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