type t = Store.Inflate.t
type error = Store.Inflate.error
type window = Store.Inflate.window
val window : unit -> window
val eval : src:Cstruct.t -> dst:Cstruct.t -> t -> [ `Await of t | `End of t | `Error of t * error | `Flush of t ]
val used_in : t -> int
val used_out : t -> int
val write : t -> int