Removes len bytes from a GString, starting at position pos. The rest of the GString is shifted down to fill the gap.
the position of the content to remove
the number of bytes to remove, or -1 to remove all following bytes
string
See Implementation
Removes len bytes from a GString, starting at position pos. The rest of the GString is shifted down to fill the gap.