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