pub unsafe extern "C" fn CSTL_string_begin(
instance: CSTL_StringRef,
) -> *mut c_charExpand description
Returns an iterator (pointer) to the first character of the string.
If CSTL_string_empty(instance) == true then
CSTL_string_begin(instance) == CSTL_string_end(instance).