pub type ElfFile64<'data, Endian = Endianness> = ElfFile<'data, FileHeader64<Endian>>;
A 64-bit ELF object file.