Ctypes_value_printing
val format : 'a. 'a Ctypes_static.typ -> Format.formatter -> 'a -> unit
val format_structured :
'a 'b. Format.formatter ->
('a, 'b) Ctypes_static.structured ->
unit
val format_array : 'a. Format.formatter -> 'a Ctypes_static.carray -> unit
val format_ocaml : 'a. Format.formatter -> 'a Ctypes_static.ocaml -> unit
val format_fields :
'a 'b. string ->
('a, 'b) Ctypes_static.structured Ctypes_static.boxed_field list ->
Format.formatter ->
('a, 'b) Ctypes_static.structured ->
unit
val format_ptr : 'a. Format.formatter -> 'a Ctypes_static.ptr -> unit
val format_funptr :
'a. Format.formatter ->
'a Ctypes_static.static_funptr ->
unit
val string_of : 'a Ctypes_static.typ -> 'a -> string