pub fn normalize_with<F>( ca: &ChunkedArray<StringType>, normalizer: F, ) -> ChunkedArray<StringType>where F: Fn(&str, &mut String),