struct mwqreRect{ s32 top; s32 left; s32 right; s32 bottom; } mwqreRect;
矩形座標を表す C の構造体です。
対応する mw::qre::Rect を参照してください。