Function gnunet_sys::GNUNET_CONTAINER_heap_iterate[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_heap_iterate(
    heap: *const GNUNET_CONTAINER_Heap,
    iterator: GNUNET_CONTAINER_HeapIterator,
    iterator_cls: *mut c_void
)

@ingroup heap Iterate over all entries in the heap.

@param heap the heap @param iterator function to call on each entry @param iterator_cls closure for @a iterator