pub fn visit_table_constraint_mut<'ast, V, T>( visitor: &mut V, node: &'ast mut TableConstraint<T>, )where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,