Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
expect_guid(expected, &raw, line, todo);
}
+static void expect_image_attributes(GpImage *image, UINT width, UINT height, int line)
This name might be confusing since there's an unrelated object type called ImageAttributes.