GetCodepointPrevious function

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

Implementation

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