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