//! Internal version management (§83, §84).
//!
//! Backs the public C ABI version APIs (xmlLibxmlVersion, xmlCheckVersion, etc.)
//! with Rust-side version information.
//!
//! # Phase 0 status
//!
//! Minimal stub implementation returning the target compatibility version (libxml2 2.12.x).
use c_char;
use OnceLock;
static VERSION_STRING: = new;
/// Return a pointer to a static C string containing the libxml version.
/// Check that the library version is at least the requested version.
/// Returns 0 if compatible, -1 if not.