Module Array.List

type t = unit Ctypes.ptr list
val to_list : cfarray -> t
val of_list : t -> cfarray
module Make (T : PTR_TYP) : sig ... end
include PTR_TYP with type t := t
val typ : t Ctypes.typ