pub fn fold_column_def<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: ColumnDef<T>, ) -> ColumnDef<T2>where F: Fold<T, T2> + ?Sized,