package srt

  1. Overview
  2. Docs
type fn = unit Ctypes_static.ptr -> int -> int -> Posix_socket.sockaddr Ctypes_static.ptr -> char Ctypes_static.ptr -> int
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