package ctypes

  1. Overview
  2. Docs
val extern : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> stub_name:string -> external_name:string -> Stdlib.Format.formatter -> ('a -> 'b) Ctypes.fn -> unit
val case : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> stub_name:string -> external_name:string -> Stdlib.Format.formatter -> ('a -> 'b) Ctypes.fn -> unit
val val_case : stub_name:string -> external_name:string -> Stdlib.Format.formatter -> 'a Ctypes.typ -> unit
val constructor_decl : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> string -> 'a Ctypes.fn -> Stdlib.Format.formatter -> unit
val inverse_case : register_name:string -> constructor:string -> string -> Stdlib.Format.formatter -> ('a -> 'b) Ctypes.fn -> unit