zlib-decompress-region

zlib-decompress-region is a built-in function in `C source code'.

(zlib-decompress-region START END)

Decompress a gzip- or zlib-compressed region.
Replace the text in the region by the decompressed data.
On failure, return nil and leave the data in place.
This function can be called only in unibyte buffers.