Function windows::Win32::System::Console::ScrollConsoleScreenBufferW

pub unsafe fn ScrollConsoleScreenBufferW<P0>(
    hconsoleoutput: P0,
    lpscrollrectangle: *const SMALL_RECT,
    lpcliprectangle: Option<*const SMALL_RECT>,
    dwdestinationorigin: COORD,
    lpfill: *const CHAR_INFO,
) -> Result<()>
where P0: Param<HANDLE>,