pub unsafe extern "C" fn CSTL_u8string_begin(
instance: CSTL_UTF8StringRef,
) -> *mut char8_tExpand description
Returns an iterator (pointer) to the first character of the string.
If CSTL_u8string_empty(instance) == true then
CSTL_u8string_begin(instance) == CSTL_u8string_end(instance).