Type Definition sdl2_sys::XErrorHandler

source · []
pub type XErrorHandler = Option<unsafe extern "C" fn(arg1: *mut Display, arg2: *mut XErrorEvent) -> c_int>;