pub unsafe extern "system" fn SetupDiEnumDeviceInterfaces(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    interfaceclassguid: *const GUID,
    memberindex: u32,
    deviceinterfacedata: *mut SP_DEVICE_INTERFACE_DATA
) -> BOOL
Expand description

Required features: "Win32_Devices_DeviceAndDriverInstallation", "Win32_Foundation"