refactor: isolate RaftSpaceAccess from Storage
The intention is to encapsulate access to the Storage and also to split it into two parts - one for raft data, and another one for picodata stuff.
This patch introduces the first one - RaftSpaceAccess. It isn't used in code yet, but already displays the future API.
Edited by Georgy Moshkin