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