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