pub unsafe extern "C" fn rocksdb_readoptions_set_iterate_upper_bound(
    readopts: DBReadOptions,
    k: *const u8,
    kLen: size_t
)