//! Platform-specific DDC/CI backend implementations.
/// Windows DDC/CI backend using `HighLevelMonitorConfigurationAPI`.
// SAFETY: This module uses `unsafe` for Win32 GDI FFI calls.
/// Linux DDC/CI backend using raw I2C via `i2c-dev`.
/// Debug / logging utilities for DDC/CI operations.