pub fn fold_foreign_item<F>(f: &mut F, node: ForeignItem) -> ForeignItemwhere
    F: Fold + ?Sized,
Available on crate feature fold only.