static A unlistedCopyToClass_withConverter(Class c, Concept a) { if (a == null) null; A b = unlisted(c); ccopyFields_withConverter(a, b); ret b; }