[][src]Function ndless_sdl::gfx::primitives::ll::thickLineColor

pub unsafe extern "C" fn thickLineColor(
    dst: *mut SDL_Surface,
    x1: i16,
    y1: i16,
    x2: i16,
    y2: i16,
    width: u8,
    color: u32
) -> c_int