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