sO dm_findAndCallModule(S moduleLibID, S method, O... args) { ret dm_callModule(dm_findModule(moduleLibID), method, args); }