pub unsafe extern "C" fn SDL_GetDisplayName(
    displayIndex: c_int
) -> *const c_char
Expand description

\brief Get the name of a display in UTF-8 encoding

\return The name of a display, or NULL for an invalid display index.

\sa SDL_GetNumVideoDisplays()