Function GdipDrawImageRect

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