static O dm_callModule(S moduleID, S method, O... args) { ret call(dm_getModule(moduleID), method, args); }