Function windows_sys::Win32::Devices::DeviceAndDriverInstallation::SetupDiGetDeviceRegistryPropertyW
pub unsafe extern "system" fn SetupDiGetDeviceRegistryPropertyW(
deviceinfoset: HDEVINFO,
deviceinfodata: *const SP_DEVINFO_DATA,
property: SETUP_DI_REGISTRY_PROPERTY,
propertyregdatatype: *mut u32,
propertybuffer: *mut u8,
propertybuffersize: u32,
requiredsize: *mut u32,
) -> BOOL