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

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

Frees this object.

C Declaration

void
pgp_message_structure_free (pgp_message_structure_t this);