Module Stdint__Int_wrapper

module type Size = sig ... end
module type S = sig ... end
module Make_signed : functor (D : Size) -> S
module Make_unsigned : functor (D : Size) -> S