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



sO cCall(O object, S method, O... args) {
  ret ccall(object, method, args);
}