pub unsafe extern "C" fn SDL_GetRendererOutputSize(
    renderer: *mut SDL_Renderer,
    w: *mut c_int,
    h: *mut c_int
) -> c_int
Expand description

\brief Get the output size in pixels of a rendering context.