pub fn visit_path_arguments_mut<V>(v: &mut V, node: &mut PathArguments) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.