// This type is declared in WinDef.h as `typedef int BOOL;`,
//// See https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types#BOOL
pub(crate)typeBOOL=i32;unsafeextern"system"{// Detaches the calling process from its console.
//// See https://learn.microsoft.com/en-us/windows/console/freeconsole
pub(crate)fnFreeConsole()-> BOOL;}