Function CSTL_wstring_erase

Source
pub unsafe extern "C" fn CSTL_wstring_erase(
    instance: CSTL_WideStringRef,
    where_: *const wchar_t,
) -> *mut wchar_t
Expand description

Removes the character at where and returns a pointer following the removed character.

The pointer where must be valid and dereferenceable on instance.