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