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