Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawRectangles

pub unsafe extern "system" fn GdipDrawRectangles(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    rects: *const RectF,
    count: i32,
) -> Status