Function windows_sys::Win32::System::Memory::HeapFree

pub unsafe extern "system" fn HeapFree(
    hheap: HANDLE,
    dwflags: HEAP_FLAGS,
    lpmem: *const c_void,
) -> BOOL