fn get_nth_match( pattern: &Regex, search_slice: &str, n: i64, byte_start_offset: usize, value: &str, ) -> Result<Option<i64>, ArrowError>