pub unsafe extern "C" fn SDL_LogSetOutputFunction(
    callback: SDL_LogOutputFunction,
    userdata: *mut c_void
)
Expand description

\brief This function allows you to replace the default log output function with one of your own.