gzclose_w
return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
ZEXTERN int ZEXPORT gzclose_w(gzFile file);