Function sequoia_openpgp_ffi::crypto::pgp_password_debug[][src]

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

Returns a human readable description of this object

C Declaration

char *
pgp_password_debug (const pgp_password_t this);

suitable for debugging.