pub type CREATE_DISK_GPT = _CREATE_DISK_GPT;
struct CREATE_DISK_GPT { pub DiskId: _GUID, pub MaxPartitionCount: u32, }
DiskId: _GUID
MaxPartitionCount: u32