pub unsafe extern "C" fn RSTRING_PTR(obj: VALUE) -> *mut c_char
Expand description

Queries the contents pointer of the string.

@param[in] str String in question. @return Pointer to its contents. @pre str must be an instance of ::RString.