Load UTF-8 text encoded from codepoints array
Pointer<Char> LoadUTF8(Pointer<Int> codepoints, int length) => _LoadUTF8(codepoints, length);