pub const itimerspec = switch (native_os)
pub const itimerspec = switch (native_os) { .linux => linux.itimerspec, .dragonfly, .freebsd, .netbsd, .openbsd, .haiku, .illumos, .windows, .wasi => extern struct { interval: timespec, value: timespec, }, else => void, }