ImDrawList_AddBezierCubic

Function ImDrawList_AddBezierCubic 

Source
pub unsafe extern "C" fn ImDrawList_AddBezierCubic(
    this: *mut ImDrawList,
    p1: *const ImVec2,
    p2: *const ImVec2,
    p3: *const ImVec2,
    p4: *const ImVec2,
    col: ImU32,
    thickness: f32,
    num_segments: c_int,
)