static O callFunction(O f, O... args) {
  ret callF(f, args);
}