static O callSafeSF(S functionName, O... args) { ret callAndMakeOrDirect_safe(functionName, asList(args)); }