Function sequoia_openpgp_ffi::crypto::pgp_session_key_debug[][src]

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

Returns a human readable description of this object

C Declaration

char *
pgp_session_key_debug (const pgp_session_key_t this);

suitable for debugging.