package async_ssl

  1. Overview
  2. Docs
include Cstubs.FOREIGN with type 'a return = 'a and type 'a result = 'a
type 'a fn
type 'a return = 'a
val (@->) : 'a Ctypes.typ -> 'b fn -> ('a -> 'b) fn
val returning : 'a Ctypes.typ -> 'a return fn
type 'a result = 'a
val foreign : string -> ('a -> 'b) fn -> ('a -> 'b) result
val foreign_value : string -> 'a Ctypes.typ -> 'a Ctypes.ptr result