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