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

\brief Put UTF-8 text into the clipboard

\sa SDL_GetClipboardText()