void TextAppend( Pointer<Char> text, Pointer<Char> append, Pointer<Int> position, ) { return _TextAppend(text, append, position); }