GetCodepoint function

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

Implementation

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