pub type BSTRBLOB = tagBSTRBLOB;
#[repr(C)]pub struct BSTRBLOB { pub cbSize: u32, pub pData: *mut u8, }
cbSize: u32
pData: *mut u8