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, nEventFields: usize, eventFields: *mut UA_Variant)>;Aliased Type§
enum UA_Client_EventNotificationCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Client, _: u32, _: *mut c_void, _: u32, _: *mut c_void, _: usize, _: *mut UA_Variant)),
}