In my textbook dealing with binary search trees, in the BST.h header file, they include a function thing as follows:

typedef void (*FunctionType)(TreeItemType& anItem);

They really don't give...