[−][src]Function sdl2_sys::gfx::primitives::thickLineColor
pub unsafe extern "C" fn thickLineColor(
renderer: *mut SDL_Renderer,
x1: Sint16,
y1: Sint16,
x2: Sint16,
y2: Sint16,
width: Uint8,
color: Uint32
) -> c_int