Variable StackTree.head

struct StackTree
{
  // ...
  StackTreeAA.Node* head ;
  // ...
}