pub type BYTE_SIZEDARR = _BYTE_SIZEDARR;
#[repr(C)]pub struct BYTE_SIZEDARR { pub clSize: u64, pub pData: *mut u8, }
clSize: u64
pData: *mut u8