Function sequoia_openpgp_ffi::crypto::pgp_signer_free[][src]

#[no_mangle]
pub extern "C" fn pgp_signer_free(s: Option<&mut Box<dyn Signer>>)
Expand description

Frees a signer.

C Declaration

void
pgp_signer_free (pgp_box_t s);