pub const Elf64_auxv_t = extern struct
pub const Elf64_auxv_t = extern struct { a_type: u64, a_un: extern union { a_val: u64, }, }