Function CSTL_u16string_back

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

Returns a pointer to the last character.

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