Module Rocksdb.Write_options

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