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