pub unsafe extern "system" fn ZwCreatePartition(
    ParentPartitionHandle: HANDLE,
    PartitionHandle: *mut HANDLE,
    DesiredAccess: u32,
    ObjectAttributes: *mut OBJECT_ATTRIBUTES,
    PreferredNode: u32
) -> NTSTATUS