fn elf_collect_impl<Elf: FileHeader<Endian = Endianness>>( data: &[u8], exported: &FxHashSet<String>, out: &mut FxHashSet<String>, )where u64: From<Elf::Word>,