pub unsafe fn SetupDiSetSelectedDriverW<P0>(
    deviceinfoset: P0,
    deviceinfodata: Option<*mut SP_DEVINFO_DATA>,
    driverinfodata: Option<*mut SP_DRVINFO_DATA_V2_W>
) -> Result<()>
where P0: IntoParam<HDEVINFO>,