pub type EntryHdr = acpi_entry_hdr;
struct EntryHdr { pub type_: u8, pub length: u8, }
type_: u8
length: u8