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