[][src]Function fermium::SDL_RenderCopy

pub unsafe extern "C" fn SDL_RenderCopy(
    renderer: *mut SDL_Renderer,
    texture: *mut SDL_Texture,
    srcrect: *const SDL_Rect,
    dstrect: *const SDL_Rect
) -> c_int