lh_num_items
unsigned long lh_num_items(const _LHASH *lh);
#define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))