Module Bin_prot.ReadSource
Reading values from the binary protocol using (mostly) OCaml.
Type of reader functions for the binary protocol. They take a buffer and a reference to a read position, and return the unmarshalled value. The next buffer position after reading in the value will be stored in the position reference.
Fail early if the list is larger than max_len.