pub unsafe extern "C" fn CSTL_u16string_end(
instance: CSTL_UTF16StringRef,
) -> *mut char16_tExpand description
Returns an iterator (pointer) past the last character of the string.
If CSTL_u16string_empty(instance) == true then
CSTL_u16string_begin(instance) == CSTL_u16string_end(instance).