Function sequoia_openpgp_ffi::cert::pgp_cert_parser_free[][src]

#[no_mangle]
pub extern "C" fn pgp_cert_parser_free(
    parser: Option<&mut CertParserWrapper<'_>>
)
Expand description

Frees a pgp_cert_parser_t.

C Declaration

void
pgp_cert_parser_free (pgp_cert_parser_wrapper_t parser);