pub extern "C" fn plugin_free(plugin_data: *mut PluginData)Expand description
Frees the memory associated with the plugin’s data.
This routine will be called automatically by the daemon and should not be called by any user code.
§Arguments
plugin_data- A pointer to a PluginData struct