pub unsafe extern "C" fn RSTRING_LEN(obj: VALUE) -> c_long
Expand description

Queries the length of the string.

@param[in] str String in question. @return Its length, in bytes. @pre str must be an instance of ::RString.