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

#[no_mangle]
pub extern "C" fn pgp_message_layer_debug<'a>(
    this: *const MessageLayer<'a>
) -> *mut c_char
Expand description

Returns a human readable description of this object

C Declaration

char *
pgp_message_layer_debug (const pgp_message_layer_t this);

suitable for debugging.