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