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