#[unsafe(no_mangle)]pub unsafe extern "C" fn sled_del( db: *mut Db, key: *const c_char, keylen: size_t, )
Delete the value of a key.