sO mapMethodLike dm_callModuleWithLibID(S moduleLibID, S method, O... args) { ret dm_call(dm_moduleWithLibID(moduleLibID), method, args); }