Erase a byte range from the specified blob.
Erase the specified length bytes starting at the specified offset from the specified blob. The behavior is undefined unless offset >= 0, length >= 0, and offset + length <= blob->length().
| Name | Description |
|---|---|
| blob | blob from which bytes are erased |
| offset | starting byte offset of the erased range |
| length | number of bytes to erase |