Module Stdint__Bytes_conv

module type IntSig = sig ... end
module type S = sig ... end
module Make : functor (I : IntSig) -> S with type t = I.t