remove_range
Description:
Removes the given number of bytes starting at the given index from a `GByteArray`.
The following elements are moved to close the gap.
Parameters:
| length |
the number of bytes to remove |
| array |
a byte array |
| index_ |
the index of the first byte to remove |
Returns:
|
The `GByteArray` |