Function CM_Set_Device_Interface_PropertyW
pub unsafe fn CM_Set_Device_Interface_PropertyW<P0>(
pszdeviceinterface: P0,
propertykey: *const DEVPROPKEY,
propertytype: DEVPROPTYPE,
propertybuffer: Option<&[u8]>,
ulflags: u32,
) -> CONFIGRETwhere
P0: Param<PCWSTR>,