[][src]Function sdl2_sys::gfx::primitives::vlineColor

pub unsafe extern "C" fn vlineColor(
    renderer: *mut SDL_Renderer,
    x: Sint16,
    y1: Sint16,
    y2: Sint16,
    color: Uint32
) -> c_int