Function sequoia_openpgp_ffi::keyid::pgp_keyid_clone[][src]

#[no_mangle]
pub extern "C" fn pgp_keyid_clone(this: *const KeyID) -> *mut KeyID
Expand description

Clones this object.

C Declaration

pgp_keyid_t
pgp_keyid_clone (const pgp_keyid_t this);