Function windows::Win32::Graphics::GdiPlus::GdipFillRectangle

pub unsafe fn GdipFillRectangle(
    graphics: *mut GpGraphics,
    brush: *mut GpBrush,
    x: f32,
    y: f32,
    width: f32,
    height: f32
) -> Status