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