Type Definition sdl2_sys::SDL_LogOutputFunction

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

\brief The prototype for the log output function