static O pcallAndMake(S functionName, O... args) { pcall { ret callAndMake(functionName, args); } null; }