windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiSetDeviceInterfacePropertyW

pub unsafe fn SetupDiSetDeviceInterfacePropertyW(
    deviceinfoset: HDEVINFO,
    deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA,
    propertykey: *const DEVPROPKEY,
    propertytype: DEVPROPTYPE,
    propertybuffer: Option<&[u8]>,
    flags: u32,
) -> Result<()>