pub const MFD = switch (native_os)
pub const MFD = switch (native_os) { .linux => linux.MFD, .freebsd => freebsd.MFD, else => void, }