pub fn visit_path_arguments<'ast, V>(v: &mut V, node: &'ast PathArguments)where
    V: Visit<'ast> + ?Sized,