Function windows::Win32::Graphics::GdiPlus::GdipDrawLine

pub unsafe fn GdipDrawLine(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    x1: f32,
    y1: f32,
    x2: f32,
    y2: f32
) -> Status