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