[][src]Function nuklear_sys::nk_draw_list_path_arc_to_fast

pub unsafe extern "C" fn nk_draw_list_path_arc_to_fast(
    arg1: *mut nk_draw_list,
    center: nk_vec2,
    radius: f32,
    a_min: c_int,
    a_max: c_int
)