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