windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiSetDriverInstallParamsA

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