[][src]Function nuklear_sys::nk_draw_list_stroke_curve

pub unsafe extern "C" fn nk_draw_list_stroke_curve(
    arg1: *mut nk_draw_list,
    p0: nk_vec2,
    cp0: nk_vec2,
    cp1: nk_vec2,
    p1: nk_vec2,
    arg2: nk_color,
    segments: c_uint,
    thickness: f32
)