Module Rocksdb.Batch

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