fn is_regexp_match_dynamic<'a>( a: Datum<'a>, b: Datum<'a>, case_insensitive: bool, ) -> Result<Datum<'a>, EvalError>