pub unsafe extern "system" fn HeapAlloc(
    hheap: HANDLE,
    dwflags: HEAP_FLAGS,
    dwbytes: usize
) -> *mut c_void
Expand description

Required features: "Win32_Foundation"