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