Function sequoia_ffi::openpgp::keyid::pgp_keyid_debug[][src]

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

Returns a human readable description of this object

C Declaration

char *
pgp_keyid_debug (const pgp_keyid_t this);

suitable for debugging.