pub unsafe extern "C" fn storage__immediate_insert(
store: StoreHandle,
key_ptr: *const u8,
key_len: u32,
value_ptr: *const u8,
value_len: u32,
) -> ErrorCodeExpand description
Set a key value in a store
This is a fast call that updates the store in-memory or on-disk