pub unsafe extern "C" fn draw_line_mod( WindowHandle: Hlong, Row1In: f64, Column1In: f64, Row2In: f64, Column2In: f64, Row1: *mut f64, Column1: *mut f64, Row2: *mut f64, Column2: *mut f64, ) -> Herror