pub type InvokeFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>, &SymbolRef, Arity) -> Result<Value, Fault> + Send + Sync>;
A boxed invoke handler used in a TypeVtable.
TypeVtable
struct InvokeFn(/* private fields */);