static VF3 toVF3(IVF3 f) { ret f == null ? null : voidfunc(A a, B b, C c) { f.get(a, b, c) }; }