Function CSTL_u8string_begin

Source
pub unsafe extern "C" fn CSTL_u8string_begin(
    instance: CSTL_UTF8StringRef,
) -> *mut char8_t
Expand 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).