type t = unit C.ptr
val t : t C.typval create : (db -> Read_options.t -> t F.return) F.resultval destroy : (t -> unit F.return) F.resultval valid : (t -> bool F.return) F.resultval seek_to_first : (t -> unit F.return) F.resultval seek_to_last : (t -> unit F.return) F.resultval seek : (t -> string Ctypes_static.ocaml -> int -> unit F.return) F.resultval next : (t -> unit F.return) F.resultval prev : (t -> unit F.return) F.resultval key : (t -> int Ctypes_static.ptr -> char Ctypes_static.ptr F.return) F.resultval value : (t -> int Ctypes_static.ptr -> char Ctypes_static.ptr F.return) F.result