ImDrawList_AddLine

Function ImDrawList_AddLine 

Source
pub unsafe extern "C" fn ImDrawList_AddLine(
    this: *mut ImDrawList,
    p1: *const ImVec2,
    p2: *const ImVec2,
    col: ImU32,
    thickness: f32,
)