pub type WORD_SIZEDARR = _SHORT_SIZEDARR;
#[repr(C)]pub struct WORD_SIZEDARR { pub clSize: u64, pub pData: *mut u16, }
clSize: u64
pData: *mut u16