pub unsafe extern "C" fn CSTL_u16string_index(
instance: CSTL_UTF16StringRef,
pos: usize,
) -> *mut char16_tExpand description
Returns a pointer to the character at pos.
If pos >= CSTL_u16string_length(instance) the behavior is undefined.