pub unsafe fn GetConsoleMode<P0>(
    hconsolehandle: P0,
    lpmode: *mut CONSOLE_MODE
) -> Result<()>
where P0: IntoParam<HANDLE>,