Type Alias open62541_sys::UA_ClientCallback
source · pub type UA_ClientCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, data: *mut c_void)>;Aliased Type§
enum UA_ClientCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Client, _: *mut c_void)),
}