_RemoveRightMostChild
int _RemoveRightMostChild(AVLTreeNode** node,
result = _RemoveRightMostChild(&node->left, &replace);