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