@c Release a library
This function releases the library that was loaded before using @xref{dynlolib_LoadLibrary}
void dynlolib_FreeLibrary(
void *pLibrary
){
The argument pLibrary is the pointer, which was returned by the function @xref{dynlolib_LoadLibrary}