Function SwDeviceInterfaceRegister
pub unsafe fn SwDeviceInterfaceRegister<P2>(
hswdevice: HSWDEVICE,
pinterfaceclassguid: *const GUID,
pszreferencestring: P2,
pproperties: Option<&[DEVPROPERTY]>,
fenabled: bool,
) -> Result<PWSTR>where
P2: Param<PCWSTR>,