pub unsafe extern "C" fn CSTL_vector_move_assign_range(
instance: CSTL_VectorRef,
type_: CSTL_Type,
move_: CSTL_MoveTypeCRef,
first: *mut c_void,
last: *mut c_void,
alloc: *mut CSTL_Alloc,
) -> boolExpand description
Destroys vector contents, replacing them with a copy of the range [first, last).
If new_size > CSTL_vector_max_size(type) (vector too long)
this function has no effect and returns false, otherwise it returns true.