_FUNCNAME
_FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce));
_FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce,
_FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
_FUNCNAME(stdenc_mbtocs)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n,
ret = _FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc);
_FUNCNAME(stdenc_cstomb)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(stdenc_cstowc)(_CE_TO_EI(ce), &wc, csid, idx);
ret = _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc,
_FUNCNAME(stdenc_mbtowc)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), wc, s, n,
_FUNCNAME(stdenc_wctomb)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
_FUNCNAME(stdenc_put_state_reset)(struct _citrus_stdenc * __restrict ce __unused,
return ((_FUNCNAME(put_state_reset)(_CE_TO_EI(ce), s, n, _TO_STATE(ps),
_FUNCNAME(stdenc_get_state_desc)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(stdenc_get_state_desc_generic)(
_FUNCNAME(stdenc_getops)(struct _citrus_stdenc_ops *ops,
memcpy(ops, &_FUNCNAME(stdenc_ops), sizeof(_FUNCNAME(stdenc_ops)));
_FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce,
ret = _FUNCNAME(encoding_module_init)(ei, var, lenvar);