pub unsafe extern "C" fn SDL_RenderDrawLine( renderer: *mut SDL_Renderer, x1: c_int, y1: c_int, x2: c_int, y2: c_int, ) -> c_int