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