pub type ServerSessionKey = SessionId;
struct ServerSessionKey { len: usize, data: [u8; 32], }
len: usize
data: [u8; 32]