pub const Elf32_auxv_t = extern struct
pub const Elf32_auxv_t = extern struct { a_type: u32, a_un: extern union { a_val: u32, }, }