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