pub fn visit_where_clause_mut<V>(v: &mut V, node: &mut WhereClause)where
    V: VisitMut + ?Sized,
Available on crate feature visit-mut only.