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