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