list_long_cb
(void) hp_traverse(root, NULL, long_flag ? list_long_cb : list_cb);
static int list_long_cb(hp_node_t, void *);