Function VirtualAllocExNuma

Source
pub unsafe extern "C" fn VirtualAllocExNuma(
    hProcess: HANDLE,
    lpAddress: LPVOID,
    dwSize: SIZE_T,
    flAllocationType: DWORD,
    flProtect: DWORD,
    nndPreferred: DWORD,
) -> LPVOID