Function DrawLineEx

Source
pub unsafe extern "C" fn DrawLineEx(
    startPos: Vector2,
    endPos: Vector2,
    thick: f32,
    color: Color,
)