_CompareItems
qsort(fItems, fCount, sizeof(lock_item), &_CompareItems);
static int _CompareItems(const void* _a, const void* _b);