package async_ssl

  1. Overview
  2. Docs
type fn = Ssl.t -> bool -> int -> Rsa.t
type t
val t : t Ctypes.typ
val t_opt : t option Ctypes.typ
val free : t -> unit
val of_fun : fn -> t
val with_fun : fn -> (t -> 'c) -> 'c