package ctypes

  1. Overview
  2. Docs
type format_context = [
  1. | `toplevel
  2. | `array
  3. | `nonarray
]
val format_name : ?name:string -> Stdlib.Format.formatter -> unit
val format_typ' : 'a Ctypes_static.typ -> (format_context -> Stdlib.Format.formatter -> unit) -> format_context -> Stdlib.Format.formatter -> unit
val format_typ : ?name:string -> Stdlib.Format.formatter -> 'a Ctypes_static.typ -> unit
val format_fn' : 'a Ctypes_static.fn -> (Stdlib.Format.formatter -> unit) -> Stdlib.Format.formatter -> unit
val format_fn : ?name:string -> Stdlib.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