#[no_mangle]
pub unsafe extern "C" fn rnp_recipient_get_alg(
    recipient: *const PKESK,
    alg: *mut *mut c_char
) -> RnpResult