/// This may no longer be supported in the future...
/// Need to find an alternative to forwarding exports to dependent crates.
///
/// ```
/// #[used]
/// #[link_section = ".drectve"]
/// #[cfg(all(windows, target_env = "msvc"))]
/// static DEF_ARG: [u8; 27] = *b"/DEF:proxy/deps/Exports.def";
/// ```
///
/// was suggested, however this does not seem to be a viable option, the linker seems to swallow this.