Function boxRGBA

pub unsafe extern "C" fn boxRGBA(
    renderer: *mut SDL_Renderer,
    x1: i16,
    y1: i16,
    x2: i16,
    y2: i16,
    r: u8,
    g: u8,
    b: u8,
    a: u8,
) -> i32
Available on crate feature dep_sdl2 only.