typedef ElementVisitor = void Function(Element element);
typedef ElementVisitorCallable = Callable1<void, Element>;