Insert text in a defined byte position
Pointer<Char> TextInsert(Pointer<Char> text, Pointer<Char> insert, int position) => _TextInsert(text, insert, position);