Function XSetIOErrorHandler

pub unsafe extern "C" fn XSetIOErrorHandler(
    arg1: Option<unsafe extern "C" fn(_: *mut _XDisplay) -> i32>,
) -> Option<unsafe extern "C" fn(_: *mut _XDisplay) -> i32> 
Available on crate feature dep_sdl2 only.