pub unsafe fn SetConsoleMode<P0>(
    hconsolehandle: P0,
    dwmode: CONSOLE_MODE
) -> Result<()>
where P0: IntoParam<HANDLE>,