pub unsafe extern "C" fn im_draw_line( image: *mut VipsImage, x1: c_int, y1: c_int, x2: c_int, y2: c_int, ink: *mut VipsPel, ) -> c_int