pub unsafe fn SwDeviceInterfaceSetState<P1>( hswdevice: HSWDEVICE, pszdeviceinterfaceid: P1, fenabled: bool, ) -> Result<()>where P1: Param<PCWSTR>,