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