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