pub type IceIOErrorProc = Option<unsafe extern "C" fn(arg1: IceConn)>;
enum IceIOErrorProc { None, Some(unsafe extern "C" fn(_: *mut _IceConn)), }
No value.
Some value of type T.
T