size_t utf8enc(uint_least32_t, char *);
size_t utf8dec(const char *, size_t, uint_least32_t *);
size_t utf16enc(uint_least32_t, uint_least16_t *);