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