pub unsafe fn LineDDA<'a>( xstart: i32, ystart: i32, xend: i32, yend: i32, lpproc: Option<LINEDDAPROC>, data: impl IntoParam<'a, LPARAM>, ) -> BOOL