use windows_sys::Win32::NetworkManagement::NetManagement as netmgmt;
use windows_sys::Win32::System::Diagnostics::Debug as diagdbg;
pub use diagdbg::DebugBreak;
removed_item!(
pub use diagdbg::DebugProc;
);
removed_item!(
pub use diagdbg::GetSystemDebugState;
);
removed_item!(
pub use diagdbg::GetWinDebugInfo;
);
pub use netmgmt::LogErrorW as LogError;
removed_item!(
pub use netmgmt::LogParamErrorW as LogParamError;
);
removed_item!(
pub use diagdbg::SetWinDebugInfo;
);
removed_item!(
pub use diagdbg::ValidateCodeSegments;
);
removed_item!(
pub use diagdbg::ValidateFreeSpaces;
);