//! Shared utility helpers.
//!
//! This namespace contains reusable internals that are safe to expose publicly
//! for advanced callers, while remaining focused on low-level interop concerns.
/// Shared Win32 handle ownership helpers.
/// Shared UTF-16 and wide-string conversion helpers.
/// Shared owned Win32 handle RAII wrapper.
pub use OwnedHandle;
/// Shared UTF-16 and PWSTR conversion helpers.
pub use ;