Function CSTL_u16string_front

Source
pub unsafe extern "C" fn CSTL_u16string_front(
    instance: CSTL_UTF16StringRef,
) -> *mut char16_t
Expand description

Returns a pointer to the first character.

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