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