Function GdipDrawRectangles

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