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