pub unsafe extern "C" fn rocksdb_writebatch_delete_cf(
    batch: *const DBWriteBatchOpaque,
    cf: *const DBCFHandleOpaque,
    key: *const u8,
    klen: usize
)