pub unsafe fn SwDeviceInterfacePropertySet<P0, P1>(
    hswdevice: P0,
    pszdeviceinterfaceid: P1,
    pproperties: &[DEVPROPERTY],
) -> Result<()>
where P0: Param<HSWDEVICE>, P1: Param<PCWSTR>,