pub unsafe fn SetConsoleTextAttribute<P0>(
    hconsoleoutput: P0,
    wattributes: CONSOLE_CHARACTER_ATTRIBUTES
) -> Result<()>
where P0: IntoParam<HANDLE>,