Kure_Init.
This function takes no parameters.
A typical call to Kure_Init may look like this:
manager = Kure_Init();
To reclaim all the memory associated with a manager, an application must
call Kure_Quit.
This is normally done before exiting.