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