fn count_matches( value: Option<&str>, pattern: &Regex, start: Option<i64>, ) -> Result<i64, ArrowError>