Type Definition sdl2_sys::SDL_LogOutputFunction [] [src]

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

\brief The prototype for the log output function