pub type BYTE_BLOB = _BYTE_BLOB;
struct BYTE_BLOB { pub clSize: u32, pub abData: [u8; 1], }
clSize: u32
abData: [u8; 1]