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