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