pub type BLOB = tagBLOB;
struct BLOB { pub cbSize: u32, pub pBlobData: *mut u8, }
cbSize: u32
pBlobData: *mut u8