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

pub unsafe extern "C" fn vlineRGBA(
    renderer: *mut SDL_Renderer,
    x: Sint16,
    y1: Sint16,
    y2: Sint16,
    r: Uint8,
    g: Uint8,
    b: Uint8,
    a: Uint8
) -> c_int