pub unsafe fn AllocateUserPhysicalPagesNuma<P0>(
    hprocess: P0,
    numberofpages: *mut usize,
    pagearray: *mut usize,
    nndpreferred: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,