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