pub type BinaryParam = tagBinaryParam;
#[repr(C)]pub struct BinaryParam { pub Buffer: *mut c_void, pub Size: i16, }
Buffer: *mut c_void
Size: i16