This function can be called to get the entry point of a function from an external module. If the module was not loaded yet it is automatically loaded.
int modu_GetFunctionByName(pExecuteObject pEo,
char *pszLibraryFile,
char *pszFunctionName,
void **ppFunction,
pModule **pThisModule
){