AVL_SETBALANCE
#define AVL_SETBALANCE(n, b) \
#define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))