Module Rocksdb.Batch

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