typedef struct _VF_AVL_TREE_NODE
{
    void *p;
    unsigned __int64 RangeSize;
} VF_AVL_TREE_NODE, *PVF_AVL_TREE_NODE;