pub unsafe fn HeapFree<'a, Param0>(
    hheap: Param0,
    dwflags: HEAP_FLAGS,
    lpmem: *const c_void
) -> BOOL where
    Param0: IntoParam<'a, HeapHandle>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’