pub type RGNDATA = _RGNDATA;
#[repr(C)]pub struct RGNDATA { pub rdh: _RGNDATAHEADER, pub Buffer: [i8; 1], }
rdh: _RGNDATAHEADER
Buffer: [i8; 1]