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