macro_rules! entry { ($($exprs:tt)*) => { ... }; }
Expand description
Defines the entry point for the mod.
Requires the windows crate with the following features: [“Win32_Foundation”, “Win32_System_Threading”, “Win32_Security”, “Win32_System_LibraryLoader”].