Function windows::Win32::Graphics::GdiPlus::GdipDrawImagePointRect

pub unsafe fn GdipDrawImagePointRect(
    graphics: *mut GpGraphics,
    image: *mut GpImage,
    x: f32,
    y: f32,
    srcx: f32,
    srcy: f32,
    srcwidth: f32,
    srcheight: f32,
    srcunit: Unit
) -> Status