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