pub unsafe extern "C" fn drvector_delete(
vec: *mut drvector_t,
) -> bool_Expand description
Destroys all storage for the vector. If free_payload_func was specified calls it for each payload.
pub unsafe extern "C" fn drvector_delete(
vec: *mut drvector_t,
) -> bool_Destroys all storage for the vector. If free_payload_func was specified calls it for each payload.