pub unsafe extern "C" fn CSTL_u8string_erase_substr(
instance: CSTL_UTF8StringRef,
first: *const char8_t,
last: *const char8_t,
) -> *mut char8_tExpand description
Removes the characters in the range [first, last) and returns a pointer following the
removed character.
If first == last, no operation is performed.
The range [first, last) must be valid and dereferenceable on instance.