[][src]Function librocksdbsys::crocksdb_sstfilewriter_add

pub unsafe extern "C" fn crocksdb_sstfilewriter_add(
    writer: *mut SstFileWriter,
    key: *const u8,
    key_len: size_t,
    val: *const u8,
    val_len: size_t,
    err: *mut *mut c_char
)