static O pcallOpt(O o, S method, O... args) { pcall { ret callOpt(o, method, args); } null; }