Pointer<Char> TextSubtext(Pointer<Char> text, int position, int length) { return _TextSubtext(text, position, length); }