Type Alias open62541_sys::UA_Server_AsyncOperationNotifyCallback
source · pub type UA_Server_AsyncOperationNotifyCallback = Option<unsafe extern "C" fn(server: *mut UA_Server)>;Aliased Type§
enum UA_Server_AsyncOperationNotifyCallback {
None,
Some(unsafe extern "C" fn(_: *mut UA_Server)),
}