Function sdl2_sys::SDL_FillRects
source ยท pub unsafe extern "C" fn SDL_FillRects(
dst: *mut SDL_Surface,
rects: *const SDL_Rect,
count: c_int,
color: Uint32,
) -> c_int
pub unsafe extern "C" fn SDL_FillRects(
dst: *mut SDL_Surface,
rects: *const SDL_Rect,
count: c_int,
color: Uint32,
) -> c_int