pub unsafe extern "C" fn CSTL_u16string_erase(
instance: CSTL_UTF16StringRef,
where_: *const char16_t,
) -> *mut char16_tExpand description
Removes the character at where and returns a pointer following the
removed character.
The pointer where must be valid and dereferenceable on instance.