pub type rcl_double_array_t = rcl_double_array_s;
struct rcl_double_array_t { pub values: *mut f64, pub size: usize, }
values: *mut f64
size: usize