pub type UA_ClientAsyncBrowseCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, wr: *mut UA_BrowseResponse)>;Aliased Type§
pub enum UA_ClientAsyncBrowseCallback {
None,
Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, *mut UA_BrowseResponse)),
}