deflateSetDictionary
deflateSetDictionary(strm, window, have);
deflateSetDictionary(&strm, buf, (uint)dict);
err = deflateSetDictionary(&c_stream,
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);