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