Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_get_raw_data[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_get_raw_data(
    bf: *const GNUNET_CONTAINER_BloomFilter,
    data: *mut c_char,
    size: usize
) -> c_int

@ingroup bloomfilter Copy the raw data of this Bloom filter into the given data array.

@param data where to write the data @param size the size of the given @a data array @return #GNUNET_SYSERR if the data array of the wrong size