Defined in File utf.h
rune_to_utf8
Single UCS-4 rune to UTF-8 string. dest should allocate 4 bytes, or 5 if it is desired to NUL-terminate.
dest
Slice of dest with correct length.
[out] dest: Empty string structure to hold UTF-8 bytes.
[out] dest
[in] ch: Single UCS-4 character / rune.
[in] ch
Contents: