Load all codepoints from a UTF-8 text string, codepoints count returned by parameter
Pointer<Int> LoadCodepoints(Pointer<Char> text, Pointer<Int> count) => _LoadCodepoints(text, count);