pub type DWORD_BLOB = _DWORD_BLOB;
#[repr(C)]pub struct DWORD_BLOB { pub clSize: u64, pub alData: [u64; 1], }
clSize: u64
alData: [u64; 1]