pub type pb_bytes_array_t = pb_bytes_array_s;
#[repr(C)]pub struct pb_bytes_array_t { pub size: u16, pub bytes: [u8; 1], }
size: u16
bytes: [u8; 1]