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