Find the root node of the tree (the only one with no parent).
treeSkeleton__root()
The root node of the tree or NULL if empty tree.