pub const mmsghdr = switch (native_os)
pub const mmsghdr = switch (native_os) { .linux => linux.mmsghdr, else => extern struct { hdr: msghdr, len: u32, }, }