Don't refetch ptr and len
The call to RSTRING_GETMEM already fetched the pointer and length, so we don't need to fetch it again.
Don't refetch ptr and len
The call to RSTRING_GETMEM already fetched the pointer and length, so we
don't need to fetch it again.