Type Definition gnunet_sys::GNUNET_IDENTITY_CreateContinuation[][src]

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

Function called once the requested operation has been completed.

@param cls closure @param pk private key, NULL on error @param emsg error message, NULL on success