Function windows::Win32::System::Console::SetConsoleTextAttribute
pub unsafe fn SetConsoleTextAttribute<P0>(
hconsoleoutput: P0,
wattributes: CONSOLE_CHARACTER_ATTRIBUTES,
) -> Result<()>where
P0: Param<HANDLE>,