[][src]Type Definition sdl2_sys::SDL_LogOutputFunction

type SDL_LogOutputFunction = Option<unsafe extern "C" fn(userdata: *mut c_void, category: c_int, priority: SDL_LogPriority, message: *const c_char)>;

\brief The prototype for the log output function