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§
pub enum UA_ClientAsyncReadEventNotifierAttributeCallback {
None,
Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, u32, *mut u8)),
}