pub type BSTRBLOB = tagBSTRBLOB;
struct BSTRBLOB { pub cbSize: u32, pub pData: *mut u8, }
cbSize: u32
pData: *mut u8