Function gnunet_sys::GNUNET_CONTAINER_heap_remove_root[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_heap_remove_root(
    heap: *mut GNUNET_CONTAINER_Heap
) -> *mut c_void

@ingroup heap Remove root of the heap.

@param heap heap to modify @return element data stored at the root node