Append text at specific position and move cursor
void TextAppend(Pointer<Char> text, Pointer<Char> append, Pointer<Int> position) => _TextAppend(text, append, position);