Function windows::Win32::System::Console::ReadConsoleInputW
pub unsafe fn ReadConsoleInputW<P0>(
hconsoleinput: P0,
lpbuffer: &mut [INPUT_RECORD],
lpnumberofeventsread: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,