pub type PluginInstance = *mut c_void;
Plugin instances are crated by the Plugin::create function, created on the heap and passed around as a void* through the hotline_plugin macro to become a Plugin trait
Plugin::create
Plugin