Function windows::Win32::System::Memory::HeapAlloc

pub unsafe fn HeapAlloc<P0>(
    hheap: P0,
    dwflags: HEAP_FLAGS,
    dwbytes: usize
) -> *mut c_void
where P0: IntoParam<HANDLE>,