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