Type Alias memflow::plugins::CreateFn

source ·
pub type CreateFn<T> = extern "C" fn(_: Option<&<T as Loadable>::ArgsType>, _: <T as Loadable>::CInputArg, lib: LibArc, logger: Option<&'static PluginLogger>, _: &mut MaybeUninit<<T as Loadable>::Instance>) -> i32;