pub unsafe fn SetupDiGetDeviceInfoListClass<P0>(
    deviceinfoset: P0,
    classguid: *mut GUID
) -> Result<()>
where P0: IntoParam<HDEVINFO>,