pub unsafe extern "C" fn CSTL_u32string_front(
instance: CSTL_UTF32StringRef,
) -> *mut char32_tExpand description
Returns a pointer to the first character.
If CSTL_u32string_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_u32string_front(
instance: CSTL_UTF32StringRef,
) -> *mut char32_tReturns a pointer to the first character.
If CSTL_u32string_empty(instance) == true the behavior is undefined.