Type Definition gnunet_sys::GNUNET_CONTAINER_MulitHashMapIterator32Callback[][src]

type GNUNET_CONTAINER_MulitHashMapIterator32Callback = Option<unsafe extern "C" fn(cls: *mut c_void, key: u32, value: *mut c_void) -> c_int>;

@ingroup hashmap Iterator over hash map entries.

@param cls closure @param key current key code @param value value in the hash map @return #GNUNET_YES if we should continue to iterate, #GNUNET_NO if not.