[−][src]Function sequoia_ffi::store::sq_mapping_import
#[no_mangle]pub extern "C" fn sq_mapping_import(
ctx: *mut Context,
mapping: *const Mapping,
label: *const c_char,
cert: *const Cert
) -> Maybe<Cert>
Imports a key into the mapping.
C Declaration
pgp_cert_t
sq_mapping_import (pgp_context_t ctx,
const pgp_mapping_t mapping,
const char *label,
const pgp_cert_t cert);