CodepointToUTF8 function

Pointer<Char> CodepointToUTF8(
  1. int codepoint,
  2. Pointer<Int> utf8Size
)

Implementation

Pointer<Char> CodepointToUTF8(int codepoint, Pointer<Int> utf8Size) => _module.CodepointToUTF8(codepoint, utf8Size);