pub unsafe extern "C" fn Deflate_MakeStream(
    stream: *mut Stream,
    state: *mut DeflateState,
    underlying: *mut Stream
)