[][src]Function sequoia_ffi::store::sq_key_stats

#[no_mangle]pub extern "C" fn sq_key_stats(ctx: *mut Context, key: *const Key) -> *mut Stats

Returns the sq_stats_t of this key.

C Declaration

pgp_stats_t
sq_key_stats (pgp_context_t ctx,
              const pgp_key_t key);