pub unsafe fn SetupDiSetDeviceInstallParamsW<P0>(
    deviceinfoset: P0,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
    deviceinstallparams: *const SP_DEVINSTALL_PARAMS_W
) -> Result<()>
where P0: IntoParam<HDEVINFO>,