Function windows::Win32::System::Console::ReadConsoleOutputCharacterA

pub unsafe fn ReadConsoleOutputCharacterA<P0>(
    hconsoleoutput: P0,
    lpcharacter: &mut [u8],
    dwreadcoord: COORD,
    lpnumberofcharsread: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>,