UI_set_ex_data
LCRYPTO_USED(UI_set_ex_data);
#define UI_set_app_data(s,arg) UI_set_ex_data(s,0,arg)
int UI_set_ex_data(UI *r, int idx, void *arg);
LCRYPTO_ALIAS(UI_set_ex_data);