Each query carries a stamp (which increases monotonically for a given connection). The response will carry the same stamp to match it with the proper query.
This is also used to cancel/interrupt a query.
type t = private int
val pp :
Ppx_deriving_runtime.Format.formatter ->t->Ppx_deriving_runtime.unit