pub fn visit_item_macro2<'ast, V>(v: &mut V, node: &'ast ItemMacro2)where
    V: Visit<'ast> + ?Sized,
Available on crate feature visit only.