Type Definition avm_server::HostExportedFunc[]

pub type HostExportedFunc = Box<dyn Fn(&mut Ctx, Vec<IValue, Global>) + 'static, Global>;