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

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