[][src]Function winapi::um::memoryapi::VirtualAllocExNuma

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