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