Function windows::Win32::Graphics::GdiPlus::GdipDrawImageRect
pub unsafe fn GdipDrawImageRect(
graphics: *mut GpGraphics,
image: *mut GpImage,
x: f32,
y: f32,
width: f32,
height: f32,
) -> Status