pub unsafe fn SetSystemPowerState<P0, P1>( fsuspend: P0, fforce: P1, ) -> Result<()>where P0: Param<BOOL>, P1: Param<BOOL>,