Function windows_sys::Win32::System::Console::ReadConsoleInputA

pub unsafe extern "system" fn ReadConsoleInputA(
    hconsoleinput: HANDLE,
    lpbuffer: *mut INPUT_RECORD,
    nlength: u32,
    lpnumberofeventsread: *mut u32,
) -> BOOL