Type Definition gnunet_sys::GNUNET_CONFIGURATION_Callback[][src]

type GNUNET_CONFIGURATION_Callback = Option<unsafe extern "C" fn(cls: *mut c_void, cfg: *const GNUNET_CONFIGURATION_Handle) -> GNUNET_GenericReturnValue>;

Signature of a function to be run with a configuration.

@param cls closure @param cfg the configuration @return status code