Function sequoia_ffi::openpgp::packet::signature::pgp_signature_free[][src]

#[no_mangle]
pub extern "C" fn pgp_signature_free(this: *mut Signature)
Expand description

Frees this object.

C Declaration

void
pgp_signature_free (pgp_signature_t this);