pub fn fold_where_predicate<F>( f: &mut F, node: WherePredicate, ) -> WherePredicatewhere F: Fold + ?Sized,