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