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