iconv_xlat
KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));
MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);
struct iconv_xlat *dp;
dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
struct iconv_xlat *dp = data;
struct iconv_xlat *dp = (struct iconv_xlat*)d2p;