module_get_path
extern status_t module_get_path(const char* moduleName, char** path);
status_t status = module_get_path(ModuleName(), &path);