pub type PluginInitFn = unsafe extern "C" fn(host: *const HostVTable) -> *const PluginManifest;Expand description
Signature of the single extern "C" entry symbol every plug-in exports
under the name crate::NAUTILUS_PLUGIN_INIT_SYMBOL.
pub type PluginInitFn = unsafe extern "C" fn(host: *const HostVTable) -> *const PluginManifest;Signature of the single extern "C" entry symbol every plug-in exports
under the name crate::NAUTILUS_PLUGIN_INIT_SYMBOL.