pub const Elf_Symndx = switch (native_os)
pub const Elf_Symndx = switch (native_os) { .linux => linux.Elf_Symndx, else => void, }