SDL_SetWindowDisplayMode

Function SDL_SetWindowDisplayMode 

Source
pub unsafe extern "C" fn SDL_SetWindowDisplayMode(
    window: *mut SDL_Window,
    mode: *const SDL_DisplayMode,
) -> c_int