Type Definition gnunet_sys::GNUNET_MQ_SendImpl[][src]

type GNUNET_MQ_SendImpl = Option<unsafe extern "C" fn(mq: *mut GNUNET_MQ_Handle, msg: *const GNUNET_MessageHeader, impl_state: *mut c_void)>;

Signature of functions implementing the sending functionality of a message queue.

@param mq the message queue @param msg the message to send @param impl_state state of the implementation