gzwrite
int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) {
# define gzwrite z_gzwrite
static int gzwrite(gzFile gz, const void *buf, unsigned len) {