[][src]Type Definition fermium::SDL_LogOutputFunction

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

\brief The prototype for the log output function