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