Function windows::Win32::Graphics::GdiPlus::GdipAddPathRectangle

pub unsafe fn GdipAddPathRectangle(
    path: *mut GpPath,
    x: f32,
    y: f32,
    width: f32,
    height: f32
) -> Status