use AtomicBool;
use Ordering;
/// When true, export functions emit verbose diagnostic output to stderr
/// (e.g. per-vertex UV decoding details).
static DEBUG_OUTPUT: AtomicBool = new;
/// Enable or disable verbose debug output for export operations.
pub