Function windows::Win32::System::Memory::AllocateUserPhysicalPagesNuma

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