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: IntoParam<HANDLE>,