pub type rcl_byte_array_t = rcl_byte_array_s;
struct rcl_byte_array_t { pub values: *mut u8, pub size: usize, }
values: *mut u8
size: usize