Function CSTL_u8string_front

Source
pub unsafe extern "C" fn CSTL_u8string_front(
    instance: CSTL_UTF8StringRef,
) -> *mut char8_t
Expand description

Returns a pointer to the first character.

If CSTL_u8string_empty(instance) == true the behavior is undefined.