pub fn visit_generics_mut<V>(v: &mut V, node: &mut Generics) where
    V: VisitMut + ?Sized
This is supported on crate feature visit-mut only.