Returns the size of the string (in bytes) that is needed to hold the contents of the s parameter.
#include <utf8.h>
size_t utf8size (
const utf8_t *string);
(IN) Points to the string whose size is to be determined.
Returns the size (in bytes) of the original string.