pub const sep_str = switch (native_os)
pub const sep_str = switch (native_os) { .windows, .uefi => sep_str_windows, else => sep_str_posix, }