pub unsafe extern "C" fn CSTL_wstring_begin(
instance: CSTL_WideStringRef,
) -> *mut wchar_tExpand description
Returns an iterator (pointer) to the first character of the string.
If CSTL_wstring_empty(instance) == true then
CSTL_wstring_begin(instance) == CSTL_wstring_end(instance).