[−][src]Function sequoia_ffi::store::sq_key_cert
#[no_mangle]pub extern "C" fn sq_key_cert(ctx: *mut Context, key: *const Key) -> Maybe<Cert>
Returns the pgp_cert_t
.
C Declaration
pgp_cert_t
sq_key_cert (pgp_context_t ctx,
const pgp_key_t key);