pub type UA_Client_DeleteMonitoredItemCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, subId: UA_UInt32, subContext: *mut c_void, monId: UA_UInt32, monContext: *mut c_void)>;Aliased Type§
enum UA_Client_DeleteMonitoredItemCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Client, _: u32, _: *mut c_void, _: u32, _: *mut c_void)),
}