pub fn fold_item_const<F>(f: &mut F, node: ItemConst) -> ItemConstwhere
    F: Fold + ?Sized,