pub type DRIVE_LAYOUT_INFORMATION_MBR = _DRIVE_LAYOUT_INFORMATION_MBR;
struct DRIVE_LAYOUT_INFORMATION_MBR { pub Signature: u32, pub CheckSum: u32, }
Signature: u32
CheckSum: u32