pub const NativeComponentIterator = ComponentIterator(switch (native_os)
pub const NativeComponentIterator = ComponentIterator(switch (native_os) { .windows => .windows, .uefi => .uefi, else => .posix, }, u8)