pub const strdup = switch (builtin.abi)
pub const strdup = switch (builtin.abi) { .msvc => private._strdup, else => private.strdup, }