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

pub unsafe extern "C" fn hlineColor(
    renderer: *mut SDL_Renderer,
    x1: Sint16,
    x2: Sint16,
    y: Sint16,
    color: Uint32
) -> c_int