Function nk_stroke_rect

Source
pub unsafe extern "C" fn nk_stroke_rect(
    arg1: *mut nk_command_buffer,
    arg2: nk_rect,
    rounding: f32,
    line_thickness: f32,
    arg3: nk_color,
)