pub type PT_CHARBUFARRAY = Vec<CString>;
Array of C-style strings (Vec<CString>)
Vec<CString>
struct PT_CHARBUFARRAY { /* private fields */ }