pub type rcl_bool_array_t = rcl_bool_array_s;
struct rcl_bool_array_t { pub values: *mut bool, pub size: usize, }
values: *mut bool
size: usize