#[no_mangle]
pub unsafe extern "C" fn rnp_key_get_signature_at(
    key: *mut RnpKey,
    idx: size_t,
    sig: *mut *mut RnpSignature
) -> RnpResult