Function windows_sys::Win32::Graphics::GdiPlus::GdipFillRectangleI
pub unsafe extern "system" fn GdipFillRectangleI(
graphics: *mut GpGraphics,
brush: *mut GpBrush,
x: i32,
y: i32,
width: i32,
height: i32,
) -> Status