TextCopy function

int TextCopy(
  1. Pointer<Char> dst,
  2. Pointer<Char> src
)

Implementation

int TextCopy(Pointer<Char> dst, Pointer<Char> src) => _module.TextCopy(dst, src);