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