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