Whether to use libc for the POSIX API layer.
const use_libc = builtin.link_libc or switch (native_os)
const use_libc = builtin.link_libc or switch (native_os) { .windows, .wasi => true, else => false, }