Function CSTL_wstring_erase_substr

Source
pub unsafe extern "C" fn CSTL_wstring_erase_substr(
    instance: CSTL_WideStringRef,
    first: *const wchar_t,
    last: *const wchar_t,
) -> *mut wchar_t
Expand 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.