pub fn strip_chars_end(
    ca: &ChunkedArray<Utf8Type>,
    pat: &ChunkedArray<Utf8Type>
) -> ChunkedArray<Utf8Type>