pub fn fold_item_macro<F>(f: &mut F, node: ItemMacro) -> ItemMacrowhere
    F: Fold + ?Sized,