sO dm_pcall(O moduleOrID, S method, O... args) null on error {
  ret dm_call(moduleOrID, method, args);
}