pub type rcl_int64_array_t = rcl_int64_array_s;
struct rcl_int64_array_t { pub values: *mut i64, pub size: usize, }
values: *mut i64
size: usize