pub type solClient_destination_t = solClient_destination;
#[repr(C)]pub struct solClient_destination_t { pub destType: i32, pub dest: *const i8, }
destType: i32
dest: *const i8