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