You can call the mysql_load_plugin_v() function to load an OBClient plug-in.
Syntax
struct st_mysql_client_plugin *
mysql_load_plugin_v(MYSQL *mysql,
const char *name,
int type,
int argc,
va_list args)
Notes
mysql_load_plugin_v() is equivalent to mysql_load_plugin(), but it accepts a va_list instead of a list of variables. For more information, see mysql_load_plugin().