pub type DWORD_SIZEDARR = _LONG_SIZEDARR;
struct DWORD_SIZEDARR { pub clSize: u32, pub pData: *mut u32, }
clSize: u32
pData: *mut u32