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_voidwhere
P0: Param<HANDLE>,