gzread
int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) {
# define gzread z_gzread
static int gzread(gzFile gz, void *buf, unsigned len) {