Type Definition gnunet_sys::GNUNET_IDENTITY_Continuation[][src]

type GNUNET_IDENTITY_Continuation = Option<unsafe extern "C" fn(cls: *mut c_void, emsg: *const c_char)>;

Function called once the requested operation has been completed.

@param cls closure @param emsg NULL on success, otherwise an error message