Module Rocksdb.Read_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_verify_checksums : (t -> bool -> unit F.return) F.result
val set_fill_cache : (t -> bool -> unit F.return) F.result
val set_tailing : (t -> bool -> unit F.return) F.result