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