#[enable_msvc_debug]
Allow link to msvc debug runtime.
use directcpp::enable_msvc_debug; #[enable_msvc_debug] struct UnusedStruct;
This generates nothing, but it works silently background in a hacker’s way.