pub type BufferCiphertext2 = EdhocMessageBuffer;
#[repr(C)]pub struct BufferCiphertext2 { pub content: [u8; 192], pub len: usize, }
content: [u8; 192]
len: usize