static O makeAndCall_uncached(S functionName, O... args) { ret preciseCall(loadFunctions(functionName), functionName, args); }