pub type IceErrorHandler = Option<unsafe extern "C" fn(arg1: IceConn, arg2: c_int, arg3: c_int, arg4: c_ulong, arg5: c_int, arg6: c_int, arg7: IcePointer)>;Aliased Type§
enum IceErrorHandler {
None,
Some(unsafe extern "C" fn(_: *mut _IceConn, _: i32, _: i32, _: u64, _: i32, _: i32, _: *mut c_void)),
}