Types.UnsignedModule type for unsigned integers.
val t : t Ctypes.typinclude Unsigned.S with type t := tval max_int : tval of_int : int -> tval to_int : t -> intval of_int64 : int64 -> tval to_int64 : t -> int64val of_string : string -> tval to_string : t -> stringval to_hexstring : t -> stringval zero : tval one : tval of_string_opt : string -> t optionval pp : Stdlib.Format.formatter -> t -> unitval pp_hex : Stdlib.Format.formatter -> t -> unitmodule Infix : sig ... end