void DArray_clear_destroy(DArray *array) { DArray_clear(array); DArray_destroy(array); }
char *test_destroy() { DArray_destroy(array); return NULL; }