pub unsafe fn SetConsoleWindowInfo<P0, P1>(
    hconsoleoutput: P0,
    babsolute: P1,
    lpconsolewindow: *const SMALL_RECT
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,