Function sequoia_ffi::openpgp::packet_pile::pgp_packet_pile_debug[][src]

#[no_mangle]
pub extern "C" fn pgp_packet_pile_debug(
    this: *const PacketPile
) -> *mut c_char
Expand description

Returns a human readable description of this object

C Declaration

char *
pgp_packet_pile_debug (const pgp_packet_pile_t this);

suitable for debugging.