Function HeapAlloc

Source
pub unsafe extern "C" fn HeapAlloc(
    hHeap: HANDLE,
    dwFlags: DWORD,
    dwBytes: SIZE_T,
) -> LPVOID