pub unsafe fn SetConsoleScreenBufferSize<'a>( hconsoleoutput: impl IntoParam<'a, HANDLE>, dwsize: impl IntoParam<'a, COORD>, ) -> BOOL