Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawImagePointRectI
pub unsafe extern "system" fn GdipDrawImagePointRectI(
graphics: *mut GpGraphics,
image: *mut GpImage,
x: i32,
y: i32,
srcx: i32,
srcy: i32,
srcwidth: i32,
srcheight: i32,
srcunit: Unit,
) -> Status