Type Definition gnunet_sys::GNUNET_CONTAINER_HashCodeIterator[][src]

type GNUNET_CONTAINER_HashCodeIterator = Option<unsafe extern "C" fn(cls: *mut c_void, next: *mut GNUNET_HashCode) -> c_int>;

@ingroup bloomfilter Iterator over struct GNUNET_HashCode.

@param cls closure @param next set to the next hash code @return #GNUNET_YES if next was updated #GNUNET_NO if there are no more entries