pub type CREATE_DISK_GPT = _CREATE_DISK_GPT;
#[repr(C)]pub struct CREATE_DISK_GPT { pub DiskId: _GUID, pub MaxPartitionCount: u64, }
DiskId: _GUID
MaxPartitionCount: u64