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: IntoParam<HANDLE>,