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

pub unsafe extern "C" fn hlineRGBA(
    renderer: *mut SDL_Renderer,
    x1: Sint16,
    x2: Sint16,
    y: Sint16,
    r: Uint8,
    g: Uint8,
    b: Uint8,
    a: Uint8
) -> c_int