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