sO ccall(Concept.Ref ref, S method, O... args) { ret call(cDeref(ref), method, args); } sO ccall(O object, S method, O... args) { ret call(object, method, args); }