Function windows::Win32::Graphics::GdiPlus::GdipDrawRectangleI

pub unsafe fn GdipDrawRectangleI(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    x: i32,
    y: i32,
    width: i32,
    height: i32
) -> Status