fn case_conversion_array<'a, O, F>( array: &'a ArrayRef, op: F, ) -> Result<ArrayRef>where O: OffsetSizeTrait, F: Fn(&'a str) -> String,