pub unsafe fn QueryPartitionInformation<P0>(
    partition: P0,
    partitioninformationclass: WIN32_MEMORY_PARTITION_INFORMATION_CLASS,
    partitioninformation: *mut c_void,
    partitioninformationlength: u32
) -> BOOL
where P0: IntoParam<HANDLE>,