struct st_mysql_client_plugin
*mysql_load_plugin_v(MYSQL *mysql, const char *name, int type,
int argc, va_list args)
This function is equivalent to
mysql_load_plugin(), but it
accepts a va_list instead of a variable list
of parameters.
See also Section 23.8.14.3, “mysql_load_plugin()”.