pub unsafe extern "C" fn UA_Node_setAttributes(
    node: *mut UA_Node,
    attributes: *const c_void,
    attributeType: *const UA_DataType
) -> UA_StatusCode