Function windows::Win32::System::Memory::VirtualAllocExNuma

pub unsafe fn VirtualAllocExNuma<P0>(
    hprocess: P0,
    lpaddress: Option<*const c_void>,
    dwsize: usize,
    flallocationtype: VIRTUAL_ALLOCATION_TYPE,
    flprotect: u32,
    nndpreferred: u32,
) -> *mut c_void
where P0: Param<HANDLE>,