static O pcallFOpt(O f, O... args) { pcall { ret callFOpt(f, args); } null; }