getLong
if (getLong(s) != s->crc ||
getLong(s) != s->stream.total_out) {
static unsigned long getLong(struct sd *);
crc = getLong(s);
(void)getLong(s);
total_out = getLong(s);
static unsigned long getLong(struct sd *);