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