package ctypes

  1. Overview
  2. Docs
val fn : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> cname:string -> stub_name:string -> Stdlib.Format.formatter -> 'a Ctypes.fn -> unit
val value : cname:string -> stub_name:string -> Stdlib.Format.formatter -> 'a Ctypes.typ -> unit
val inverse_fn : stub_name:string -> runtime_lock:bool -> Stdlib.Format.formatter -> 'a Ctypes.fn -> unit
val inverse_fn_decl : stub_name:string -> Stdlib.Format.formatter -> 'a Ctypes.fn -> unit