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