pub type cc_string = cc_string_;
struct cc_string { pub buffer: *mut i8, pub length: u16, pub capacity: u16, }
buffer: *mut i8
length: u16
capacity: u16