Copy one string to another, returns bytes copied
int TextCopy(Pointer<Char> dst, Pointer<Char> src) => _TextCopy(dst, src);