void SortedSet_dhCreate(SortedSet_dh *ss, int initialSize)
void SortedSet_dhGetList(SortedSet_dh ss, int **list, int *count)
void SortedSet_dhDestroy(SortedSet_dh ss)
void SortedSet_dhInsert(SortedSet_dh ss, int idx)
struct _sortedset_dh * SortedSet_dh