[][src]Function sled::sled_set

#[no_mangle]pub unsafe extern "C" fn sled_set(
    db: *mut Db,
    key: *const c_uchar,
    keylen: size_t,
    val: *const c_uchar,
    vallen: size_t
)

Set a key to a value.