Initializes the wrapper library.
Initializes the wrapper library.This must be the first library function called. The parameters initialize the memory management library, which is also used by other libraries such as the hash table library, the linked list library, and so forth. The parameters are stored in global variables, so it isn't possible to use different allocators for different purposes.