ref: 90ef30becef2e3ff4bdbaf3f3abd2ad9517d7802 dir: /src/WindowsWrapper.h/
#pragma once struct RECT { union { int left; int front; }; int top; union { int right; int back; }; int bottom; }; bool SystemTask();