const have_copy_file_range = switch (native_os)
const have_copy_file_range = switch (native_os) { .linux, .freebsd => true, else => false, }