UI_create_method
ui_method = UI_create_method("OpenSSL application user interface");
|| (ui_method = UI_create_method("PEM password callback wrapper")) == NULL
UI_METHOD *UI_create_method(const char *name);
&& TEST_ptr(ui_method = UI_create_method("DummyUI"))
&& TEST_ptr(ui_method = UI_create_method("DummyUI"))
if (!TEST_ptr(ui_method = UI_create_method("PW Callbacks")))