void DrawRectangle(int posX, int posY, int width, int height, Color color) => raylib.DrawRectangle(posX, posY, width, height, color.ptr.ref);