Type Definition gnunet_sys::GNUNET_IDENTITY_EgoCallback[][src]

type GNUNET_IDENTITY_EgoCallback = Option<unsafe extern "C" fn(cls: *mut c_void, ego: *mut GNUNET_IDENTITY_Ego)>;

Function called with the result.

@param cls closure @param ego NULL on error / ego not found