pub const TINFL_FLAG_PARSE_ZLIB_HEADER: u32 = 1;
Should we try to parse a zlib header?
If unset, the function will expect an RFC1951 deflate stream. If set, it will expect a RFC1950 zlib wrapper around the deflate stream.