KMF_PLUGIN_LIST
KMF_PLUGIN_LIST *plugins;
KMF_PLUGIN_LIST *node;
KMF_PLUGIN_LIST *n;
handle->plugins = (KMF_PLUGIN_LIST *)malloc(
sizeof (KMF_PLUGIN_LIST));
n->next = (KMF_PLUGIN_LIST *)malloc(sizeof (KMF_PLUGIN_LIST));
KMF_PLUGIN_LIST *next = handle->plugins->next;