package ahrocksdb

  1. Overview
  2. Docs
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_verify_checksums : (t -> bool -> unit G.return) G.result
val set_fill_cache : (t -> bool -> unit G.return) G.result
val set_tailing : (t -> bool -> unit G.return) G.result