pub unsafe extern "system" fn SetupDiGetDevicePropertyW(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    propertykey: *const DEVPROPKEY,
    propertytype: *mut DEVPROPTYPE,
    propertybuffer: *mut u8,
    propertybuffersize: u32,
    requiredsize: *mut u32,
    flags: u32
) -> BOOL
Expand description

Required features: "Win32_Devices_Properties", "Win32_Foundation"