Type Definition avm_server::HostExportedFunc

pub type HostExportedFunc = Box<dyn for<'c> Fn(&mut <WasmtimeWasmBackend as WasmBackend>::ImportCallContext<'c>, Vec<IValue, Global>) -> Option<IValue> + Sync + Send, Global>;