Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawLineI
pub unsafe extern "system" fn GdipDrawLineI(
graphics: *mut GpGraphics,
pen: *mut GpPen,
x1: i32,
y1: i32,
x2: i32,
y2: i32,
) -> Status