const have_fchown = switch (native_os)
const have_fchown = switch (native_os) { .wasi, .windows => false, else => true, }