windows::Win32::System::Memory

Function AllocateUserPhysicalPagesNuma

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