UI_UTIL_wrap_read_pem_callback
ui_method = allocated_ui_method = UI_UTIL_wrap_read_pem_callback(cb, verify);
UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag);
if (!TEST_ptr(ui_method = UI_UTIL_wrap_read_pem_callback(test_pem_password_cb, 0))