Function rsdb::c::rsdb_set [] [src]

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

Set a key to a value.