fn elf_hide_patches_impl<'data, Elf: FileHeader<Endian = Endianness>>( data: &'data [u8], st_other_offset: usize, exported: &FxHashSet<String>, ) -> Option<Vec<Patch>>where u64: From<Elf::Word>,