type t = unit C.ptr
val t : t C.typval create : (unit -> t F.return) F.resultval destroy : (t -> unit F.return) F.resultval clear : (t -> unit F.return) F.resultval count : (t -> int F.return) F.resultval put : (t -> string Ctypes_static.ocaml -> int -> string Ctypes_static.ocaml -> int -> unit F.return) F.result