UA_Client_writeDescriptionAttribute

Function UA_Client_writeDescriptionAttribute 

Source
pub unsafe extern "C" fn UA_Client_writeDescriptionAttribute(
    client: *mut UA_Client,
    nodeId: UA_NodeId,
    newDescription: *const UA_LocalizedText,
) -> UA_StatusCode