pub const sigval_t = switch (native_os)
pub const sigval_t = switch (native_os) { .netbsd, .illumos => extern union { int: i32, ptr: ?*anyopaque, }, else => void, }