Function CSTL_string_erase

Source
pub unsafe extern "C" fn CSTL_string_erase(
    instance: CSTL_StringRef,
    where_: *const c_char,
) -> *mut c_char
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.