#[no_mangle]
pub unsafe extern "C" fn rnp_op_encrypt_set_aead(
    op: *mut RnpOpEncrypt<'_>,
    algo: *const c_char
) -> RnpResult