pub type BLOB = tagBLOB;
#[repr(C)]pub struct BLOB { pub cbSize: u64, pub pBlobData: *mut u8, }
cbSize: u64
pBlobData: *mut u8