sO cCallOpt(Concept.Ref ref, S method, O... args) { ret ccallOpt(ref, method, args); } sO cCallOpt(O object, S method, O... args) { ret ccallOpt(object, method, args); }