pub type SfdpData = sfdp_data_t;
struct SfdpData { pub data: ArrayVec<u8, 256>, }
data: ArrayVec<u8, 256>