pub fn ensure_node_name_unique(
    node_name: impl Into<String>,
    validation_context: Rc<RefCell<ValidationContext>>,
) -> Result<(), Error>