Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawImageRectI

pub unsafe extern "system" fn GdipDrawImageRectI(
    graphics: *mut GpGraphics,
    image: *mut GpImage,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
) -> Status