Type Definition XErrorHandler
sdl2_sys
type XErrorHandler = Option<unsafe extern "C" fn(arg1: *mut Display, arg2: *mut XErrorEvent) -> c_int>;