pub fn visit_function<'ast, V, T>(visitor: &mut V, node: &'ast Function<T>)where T: AstInfo, V: Visit<'ast, T> + ?Sized,