pub unsafe fn SetupDiSetDriverInstallParamsW<P0>(
    deviceinfoset: P0,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
    driverinfodata: *const SP_DRVINFO_DATA_V2_W,
    driverinstallparams: *const SP_DRVINSTALL_PARAMS
) -> Result<()>
where P0: IntoParam<HDEVINFO>,