Structure: laRectArray_t
struct laRectArray_t { GFX_Rect* rects; uint32_t size; uint32_t capacity; };
None.