windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiSetDevicePropertyW

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