pub type BinaryParam = tagBinaryParam;
struct BinaryParam { pub Buffer: *mut c_void, pub Size: i16, }
Buffer: *mut c_void
Size: i16