Function sequoia_openpgp_ffi::cert::pgp_cert_builder_free[][src]

#[no_mangle]
pub extern "C" fn pgp_cert_builder_free(
    certb: Option<&mut CertBuilder<'_>>
)
Expand description

Frees an pgp_cert_builder_t.

C Declaration

void
pgp_cert_builder_free (pgp_cert_builder_t certb);