pub type BINARY_CONTAINER = _BINARY_CONTAINER;
struct BINARY_CONTAINER { pub cbBuf: u32, pub pData: *mut u8, }
cbBuf: u32
pData: *mut u8