Function windows_sys::Win32::Devices::DeviceAndDriverInstallation::SetupDiSetDeviceInterfacePropertyW
pub unsafe extern "system" fn SetupDiSetDeviceInterfacePropertyW(
deviceinfoset: HDEVINFO,
deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA,
propertykey: *const DEVPROPKEY,
propertytype: DEVPROPTYPE,
propertybuffer: *const u8,
propertybuffersize: u32,
flags: u32,
) -> BOOL