Function open62541_sys::__UA_Client_AsyncServiceEx
source · pub unsafe extern "C" fn __UA_Client_AsyncServiceEx(
client: *mut UA_Client,
request: *const c_void,
requestType: *const UA_DataType,
callback: UA_ClientAsyncServiceCallback,
responseType: *const UA_DataType,
userdata: *mut c_void,
requestId: *mut UA_UInt32,
timeout: UA_UInt32
) -> UA_StatusCode