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