Function kernel32::VirtualAllocExNuma [] [src]

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