Function windows::Win32::System::Memory::HeapWalk

pub unsafe fn HeapWalk<P0>(
    hheap: P0,
    lpentry: *mut PROCESS_HEAP_ENTRY,
) -> Result<()>
where P0: Param<HANDLE>,