LoadUTF8 method
Load UTF-8 text encoded from codepoints array
Implementation
@override
NativeMemoryPointer<RChar> LoadUTF8(
MemoryPointer<RInt> codepoints,
int length,
) => _ffi.LoadUTF8(
codepoints.asNativePointer(),
length,
).asMemoryPointer();