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