pub type UA_ClientAsyncReadEventNotifierAttributeCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, status: UA_StatusCode, eventNotifier: *mut UA_Byte)>;Aliased Type§
enum UA_ClientAsyncReadEventNotifierAttributeCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Client, _: *mut c_void, _: u32, _: u32, _: *mut u8)),
}