pub type Elf64_Addr = u64;
pub type Elf64_Half = u16;
pub type Elf64_Off = u64;
pub type Elf64_Sword = u32;
pub type Elf64_Sxword = u64;
pub type Elf64_Word = u32;
pub type Elf64_Xword = u64;
pub type Elf64_Byte = u8;
pub type Elf64_Section = u16;
/*
these types are not used in any part
its here as to show the equevelent rust types for
types in elf documentation
*/