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