Function CSTL_string_begin

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