fn regexp_match_dynamic<'a>(
    datums: &[Datum<'a>],
    temp_storage: &'a RowArena
) -> Result<Datum<'a>, EvalError>