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