pub unsafe extern "C" fn _store( store_id: StoreId, key: *const u8, key_len: usize, value: *const u8, value_len: usize, ) -> InternalProcessResult