Function sequoia_ffi::openpgp::parse::stream::pgp_verification_result_free[][src]

#[no_mangle]
pub extern "C" fn pgp_verification_result_free<'a>(
    this: *mut VerificationResult<'a>
)
Expand description

Frees this object.

C Declaration

void
pgp_verification_result_free (pgp_verification_result_t this);