pub type Userpage = RawUserpage<[u8; 512]>;
Type alias to the userpage with a concrete underlying storage type
struct Userpage(pub [u8; 512]);
0: [u8; 512]