static O callWithVarargs(O o, S method, O... args) { ret call_withVarargs(o, method, args); }