Module Rocksdb.Write_options

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 set_sync : (t -> bool -> unit G.return) G.result
val disable_WAL : (t -> bool -> unit G.return) G.result