pub unsafe extern "system" fn SetupDiGetClassPropertyExW(
classguid: *const GUID,
propertykey: *const DEVPROPKEY,
propertytype: *mut u32,
propertybuffer: *mut u8,
propertybuffersize: u32,
requiredsize: *mut u32,
flags: u32,
machinename: PCWSTR,
reserved: *mut c_void
) -> BOOL
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Devices_Properties"
, "Win32_Foundation"