[][src]Type Definition message_plugins::FfiPluginInit

type FfiPluginInit<T> = unsafe extern "C" fn(_: *mut Box<dyn Plugin<T>>, _: Option<&dyn Any>);