[][src]Function nuklear_sys::nk_draw_list_stroke_circle

pub unsafe extern "C" fn nk_draw_list_stroke_circle(
    arg1: *mut nk_draw_list,
    center: nk_vec2,
    radius: f32,
    arg2: nk_color,
    segs: c_uint,
    thickness: f32
)