pub type BYTE_SIZEDARR = _BYTE_SIZEDARR;
struct BYTE_SIZEDARR { pub clSize: u32, pub pData: *mut u8, }
clSize: u32
pData: *mut u8