pub const group = switch (native_os)
pub const group = switch (native_os) { .linux, .freebsd, .openbsd, .dragonfly, .netbsd, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => extern struct { name: ?[*:0]const u8, passwd: ?[*:0]const u8, gid: gid_t, mem: [*:null]?[*:0]const u8, }, else => void, }