iconv_functions
extern struct iconv_functions *cd9660_iconv;
struct iconv_functions *cd9660_iconv = NULL;
extern struct iconv_functions *msdosfs_iconv;
struct iconv_functions *msdosfs_iconv;
struct iconv_functions *udf_iconv = NULL;
extern struct iconv_functions *udf_iconv;
static struct iconv_functions fsname ## _iconv_core = { \
extern struct iconv_functions *fsname ## _iconv; \