pub unsafe fn SetupDiSetDriverInstallParamsA<P0>(
deviceinfoset: P0,
deviceinfodata: Option<*const SP_DEVINFO_DATA>,
driverinfodata: *const SP_DRVINFO_DATA_V2_A,
driverinstallparams: *const SP_DRVINSTALL_PARAMS,
) -> Result<()>where
P0: Param<HDEVINFO>,