Type Alias IcePaProcessMsgProc

Source
pub type IcePaProcessMsgProc = Option<unsafe extern "C" fn(arg1: IceConn, arg2: IcePointer, arg3: c_int, arg4: c_ulong, arg5: c_int)>;

Aliased Type§

enum IcePaProcessMsgProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _IceConn, _: *mut c_void, _: i32, _: u64, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _IceConn, _: *mut c_void, _: i32, _: u64, _: i32))

Some value of type T.