pub type RGNDATA = _RGNDATA;
struct RGNDATA { pub rdh: _RGNDATAHEADER, pub Buffer: [i8; 1], }
rdh: _RGNDATAHEADER
Buffer: [i8; 1]