static O pcallFunction(O f, O... args) { pcall { ret callFunction(f, args); } null; }