If the string data is UTF-8 and can be accessed directly, return a pointer to it. Do not assume a terminating 0.
pointer to string data if possible, null if not
See Implementation
If the string data is UTF-8 and can be accessed directly, return a pointer to it. Do not assume a terminating 0.