gzip_decompress_to_file
int gzip_decompress_to_file(const char *input, int output_fd);
{ "gz", gzip_decompress_to_file, gzip_is_compressed },