Skip to main content

sled_set

Function sled_set 

Source
#[unsafe(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, )
Expand description

Set a key to a value.