UI_new_method
if ((ui = UI_new_method(ui_method)) == NULL)
return UI_new_method(NULL);
UI *UI_new_method(const UI_METHOD *method);
|| !TEST_ptr(ui = UI_new_method(ui_method)))