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