pub type GtdtEntryHdr = acpi_gtdt_entry_hdr;
struct GtdtEntryHdr { pub type_: u8, pub length: u16, }
type_: u8
length: u16