pub type ModuleInstanceCreateFn = unsafe extern "C" fn(arg1: *const WasmEdge_ModuleDescriptor) -> *mut WasmEdge_ModuleInstanceContext;
Expand description

Defines the type of the function that creates a module instance for a plugin.