Function rsdb::c::rsdb_del [] [src]

#[no_mangle]
pub unsafe extern "C" fn rsdb_del(
    db: *mut Tree,
    key: *const c_char,
    keylen: size_t
)

Delete the value of a key.