h_iterator
extern HASHSET_ITERATOR h_iterator(HASHSET h);
iterator = h_iterator(mntlist);
HASHSET_ITERATOR iterator = h_iterator(*mntlist);