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