Function gnunet_sys::GNUNET_CONFIGURATION_serialize[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_serialize(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    size: *mut usize
) -> *mut c_char

Serializes the given configuration.

@param cfg configuration to serialize @param size will be set to the size of the serialized memory block @return the memory block where the serialized configuration is present. This memory should be freed by the caller