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