Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_get_size[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_get_size(
    bf: *const GNUNET_CONTAINER_BloomFilter
) -> usize

@ingroup bloomfilter Get size of the bloom filter.

@param bf the filter @return number of bytes used for the data of the bloom filter