val src : decoder -> Stdlib.Bytes.t -> int -> int -> unitsrc d s j l provides d with l bytes to read, starting at j in s. This byte range is read by calls to Decode until `Await is returned. To signal the end of input call the function with l = 0.
val dst : encoder -> Stdlib.Bytes.t -> int -> int -> unit