NSHashTableCallBacks
Defines a structure that contains the function pointers used to configure behavior of NSHashTable with respect to elements within a hash table.
Declaration
struct NSHashTableCallBacksOverview
All functions must know the types of things in the hash table to be able to operate on them. Sets of predefined call backs are described in NSHashTable.