Function UA_Client_writeValueAttributeEx

Source
pub unsafe extern "C" fn UA_Client_writeValueAttributeEx(
    client: *mut UA_Client,
    nodeId: UA_NodeId,
    newValue: *const UA_DataValue,
) -> UA_StatusCode