Function sequoia_ffi::openpgp::key_amalgamation::pgp_key_amalgamation_clone[][src]

#[no_mangle]
pub extern "C" fn pgp_key_amalgamation_clone<'a>(
    this: *const KeyAmalgamation<'a>
) -> *mut KeyAmalgamation<'a>
Expand description

Clones this object.

C Declaration

pgp_key_amalgamation_t
pgp_key_amalgamation_clone (const pgp_key_amalgamation_t this);