pub fn visit_foreign_item_macro<'ast, V>(
    v: &mut V,
    node: &'ast ForeignItemMacro
) where
    V: Visit<'ast> + ?Sized