sort_uclist
qsort(ucl->uc_addrs, ucl->uc_nelems, sizeof (uintptr_t), sort_uclist);
sizeof (uintptr_t), sort_uclist) != NULL);
int sort_uclist(const void *lhp, const void *rhp);