pub unsafe extern "C" fn CSTL_u8string_front(
instance: CSTL_UTF8StringRef,
) -> *mut char8_tExpand description
Returns a pointer to the first character.
If CSTL_u8string_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_u8string_front(
instance: CSTL_UTF8StringRef,
) -> *mut char8_tReturns a pointer to the first character.
If CSTL_u8string_empty(instance) == true the behavior is undefined.