@c Get the entry point of a function by its name
This function can be used to get the entry point of a function of a loaded module
specifying the name of the function.
void *dynlolib_GetFunctionByName(
void *pLibrary,
char *pszFunctionName
){
The argument pLibrary is the pointer, which was returned by the function @xref{dynlolib_LoadLibrary}
The argument pszFunctionName is the ZCAR function name.