pub unsafe extern "C" fn ImDrawList_PathBezierQuadraticCurveTo(
    self_: *mut ImDrawList,
    p2: ImVec2,
    p3: ImVec2,
    num_segments: c_int
)