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