pub const wint_t = switch (builtin.target.os.tag)
pub const wint_t = switch (builtin.target.os.tag) { .windows => u16, else => i32, }