Module Async_ssl_bindings__Ffi_bindings.Bindings.Dh

type dh
val dh : dh Ctypes.structure Ctypes.typ
val _pad : (int, dh Ctypes.structure) Ctypes.field
val _version : (int, dh Ctypes.structure) Ctypes.field
val p : (unit Ctypes_static.ptr, dh Ctypes.structure) Ctypes.field
val g : (unit Ctypes_static.ptr, dh Ctypes.structure) Ctypes.field
type t = dh Ctypes.structure Ctypes.ptr
val t : t Ctypes.typ
val new_ : (unit ‑> t F.return) F.result
val free : (t ‑> unit F.return) F.result
val generate_parameters : (int ‑> int ‑> (int ‑> int ‑> unit Ctypes_static.ptr ‑> unit) option ‑> unit Ctypes_static.ptr ‑> t F.return) F.result