//! Windows specific functionality.
//!//! This is part of the executable, not the library; `unsafe` is allowed.
usesuper::params::Params;/// Stub type to make clippy complain less.
pubstructNothing;/// Hook to process `Params`.
pubconstfnos_params_hook(_params:&Params)-> Nothing{
Nothing
}/// Hook at normal process end.
pubconstfnos_exit_hook(_: Nothing){}