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