Type Alias open62541_sys::UA_ClientAsyncAddNodesCallback
source · pub type UA_ClientAsyncAddNodesCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, ar: *mut UA_AddNodesResponse)>;Aliased Type§
enum UA_ClientAsyncAddNodesCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Client, _: *mut c_void, _: u32, _: *mut UA_AddNodesResponse)),
}