pub type UA_ClientAsyncReadHistorizingAttributeCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, status: UA_StatusCode, historizing: *mut UA_Boolean)>;Aliased Type§
enum UA_ClientAsyncReadHistorizingAttributeCallback {
None,
Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, u32, *mut bool)),
}