//! Profile-specific (xetex-only) patched functions.
//! Generated by `cargo run -p mathtex-web2c-import --bin patch_engine`.
//!
//! These are functions whose XeTeX body cannot be folded into the shared core
//! and must be dispatched on the active engine profile. The patcher routes
//! XeTeX-only patches here, each guarded so non-XeTeX profiles return early.
//!
//! With the current C2Rust inputs there are no such functions, so this is an
//! empty scaffold rather than fabricated content.
use crate*;