Function windows::Win32::Graphics::Gdi::LineDDA

pub unsafe fn LineDDA<P0>(
    xstart: i32,
    ystart: i32,
    xend: i32,
    yend: i32,
    lpproc: LINEDDAPROC,
    data: P0
) -> BOOL
where P0: IntoParam<LPARAM>,