static O callWithImportExport(O o, S method, O... args) { ret quickImport(call(o, method, (O[]) quickExport(args, o))); }