Get total number of codepoints in a UTF-8 encoded string
int GetCodepointCount(Pointer<Char> text) => _GetCodepointCount(text);