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