Function windows_sys::Win32::Graphics::Gdi::LineDDA

pub unsafe extern "system" fn LineDDA(
    xstart: i32,
    ystart: i32,
    xend: i32,
    yend: i32,
    lpproc: LINEDDAPROC,
    data: LPARAM,
) -> BOOL