avl_compare
avl_create(&avl, avl_compare, sizeof (int_node_t),
static int avl_compare(const void *t1, const void *t2);
avl_compare,