GetCodepointNext function

int GetCodepointNext(
  1. Pointer<Char> text,
  2. Pointer<Int> codepointSize
)

Implementation

int GetCodepointNext(Pointer<Char> text, Pointer<Int> codepointSize) => _module.GetCodepointNext(text, codepointSize);