inflate_workspace
return sizeof(struct inflate_workspace);
static_assert(offsetof(struct inflate_workspace, dfltcc_state) % 8 == 0);
#define WS(strm) ((struct inflate_workspace *)(strm->workspace))