sanlock
  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. flags : UInt32.t;
  3. len : UInt32.t;
  4. str : char list;
}
type internal
val (-:) : 'a Ctypes.typ -> string -> ('a, internal Ctypes.structure) Ctypes.field
val of_internal_ptr : (internal, [ `Struct ]) Ctypes.structured Ctypes.ptr -> t
val to_internal_ptr : t -> (internal, [ `Struct ]) Ctypes.structured Ctypes.ptr
val t : t Ctypes.typ