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