CreateEmptyNode 创建一个新的无父系和子系的黑节点,返回其指针。 MQL5复制static CRedBlackTreeNode<T>* CreateEmptyNode(); 返回值 返回新节点的指针。