unsafeBackingByteArray

@UnsafeByteStringApi
fun ByteString.unsafeBackingByteArray(): ByteArray(source)

Returns the backing ByteArray of this ByteString, without copying data.

Warning: the returned ByteArray must not be modified for the lifetime of this ByteString. If this cannot be guaranteed, use ByteString.toByteArray instead.