Module type Cstubs_structs.TYPE

module type TYPE = sig .. end

include Ctypes_types.TYPE
type 'a const 
val constant : string -> 'a typ -> 'a const
val enum : string ->
?typedef:bool ->
?unexpected:(int64 -> 'a) ->
('a * int64 const) list -> 'a typ