Function sequoia_openpgp_ffi::revocation_status::pgp_revocation_status_debug[][src]

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

Returns a human readable description of this object

C Declaration

char *
pgp_revocation_status_debug (const pgp_revocation_status_t this);

suitable for debugging.