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