Function CSTL_u32string_front

Source
pub unsafe extern "C" fn CSTL_u32string_front(
    instance: CSTL_UTF32StringRef,
) -> *mut char32_t
Expand description

Returns a pointer to the first character.

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