pub type BYTE_BLOB = _BYTE_BLOB;
#[repr(C)]pub struct BYTE_BLOB { pub clSize: u64, pub abData: [u8; 1], }
clSize: u64
abData: [u8; 1]