3.1.6 Get left tree
struct Tree *Tree_getlefttree(struct Tree *pTree);

This subroutine returns a pointer to the left subtree of the tree pointed to by pTree. If pTree points to an empty tree, then NULL should be returned.