NewIconSuite
NewIconSuite Create a new icon family
#include <Icons.h> Finder Interface
Handle *theSuite ; receives handle to new icon family
returns Error Code; 0 = no error
NewIconSuite returns an empty icon family handle in theSuite. All
members of the family are set to NIL.

Notes: This routine is not currently documented in MPW header files (hence, it is
not in any THINK C or THINK Pascal header file either). The information
given above comes from Macintosh Technical Note #306. This tech. note
also gives the inline glue for the call as follows:
pascal OSErr NewIconSuite (Handle *theSuite)
={0x303C, 0x0207, 0xABC9};