Is it safe to call rb_hash_aref() without having the GVL?

Hi, I wonder if it’s safe to call rb_hash_aref() (to retrieve an
element of a hash) while we have not the GVL.

In my test it does not produce errors, but I would prefer to be sure.

Thanks a lot.