Function ImageDrawLineEx

Source
pub unsafe extern "C" fn ImageDrawLineEx(
    dst: *mut Image,
    start: Vector2,
    end: Vector2,
    thick: c_int,
    color: Color,
)