pub type BpChar = varlena;
struct BpChar { pub vl_len_: [i8; 4], pub vl_dat: __IncompleteArrayField<i8>, }
vl_len_: [i8; 4]
vl_dat: __IncompleteArrayField<i8>