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