pub unsafe extern "C" fn SDL_SetError(
    fmt: *const c_char,
     ...
) -> c_int
Expand description

\brief Set the error message for the current thread

\return -1, there is no error handling for this function