pub type RootedStaticSpace<const U: usize> = RootedSpaceBytes<[u8; U]>;
struct RootedStaticSpace<const U: usize> { /* private fields */ }