pub unsafe extern "C" fn CSTL_vector_erase(
instance: CSTL_VectorRef,
move_: CSTL_MoveTypeCRef,
where_: CSTL_VectorIter,
) -> CSTL_VectorIterExpand description
Removes the element at where and returns an iterator following the
removed element.
The iterator where must be valid and dereferenceable.