Function CSTL_vector_destroy

Source
pub unsafe extern "C" fn CSTL_vector_destroy(
    instance: CSTL_VectorRef,
    type_: CSTL_Type,
    drop: CSTL_DropTypeCRef,
    alloc: *mut CSTL_Alloc,
)
Expand description

Destroys the vector pointed to by instance, destroying elements and freeing the backing storage.