RSA_set_ex_data
if (RSA_set_ex_data(rsa, rsa_idx, k11) != 1)
RSA_set_ex_data(rsa, rsa_capi_idx, 0);
RSA_set_ex_data(rkey, rsa_capi_idx, key);
#define RSA_set_app_data(s, arg) RSA_set_ex_data(s, 0, arg)
OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);