Module C.CFRange

type range
val struct_typ : range Ctypes.structure Ctypes.typ
val location : ( int, range Ctypes.structure ) Ctypes.field
val length : ( int, range Ctypes.structure ) Ctypes.field
val typ : range Ctypes.structure Ctypes.typ
type t = {
location : int;
length : int;
}
val of_t : t -> ( range, [ `Struct ] ) Ctypes.structured
val to_t : ( range, [ `Struct ] ) Ctypes.structured -> t
val t : t Ctypes.typ