Ctypes_type_printing
val format_name : ?name:string -> Format.formatter -> unit
val format_typ' :
'a Ctypes_static.typ ->
(format_context -> Format.formatter -> unit) ->
format_context ->
Format.formatter ->
unit
val format_typ :
?name:string ->
Format.formatter ->
'a Ctypes_static.typ ->
unit
val format_fn' :
'a Ctypes_static.fn ->
(Format.formatter -> unit) ->
Format.formatter ->
unit
val format_fn : ?name:string -> Format.formatter -> 'a Ctypes_static.fn -> unit
val string_of_typ : ?name:string -> 'a Ctypes_static.typ -> string
val string_of_fn : ?name:string -> 'a Ctypes_static.fn -> string