pub type BufferKid = EdhocBuffer<16>;
struct BufferKid { pub content: [u8; 16], pub len: usize, }
content: [u8; 16]
len: usize