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