ImDrawList_PathRect

Function ImDrawList_PathRect 

Source
pub unsafe extern "C" fn ImDrawList_PathRect(
    this: *mut ImDrawList,
    rect_min: *const ImVec2,
    rect_max: *const ImVec2,
    rounding: f32,
    flags: ImDrawFlags,
)