pub type PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE = Option<unsafe extern "system" fn(status: i32, protocolvccontext: *const c_void, callparameters: *const CO_CALL_PARAMETERS)>;

Aliased Type§

enum PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE {
    None,
    Some(unsafe extern "system" fn(_: i32, _: *const c_void, _: *const CO_CALL_PARAMETERS)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: i32, _: *const c_void, _: *const CO_CALL_PARAMETERS))

Some value of type T.