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