pub unsafe fn SetupDiGetDeviceInstallParamsW<P0>(
    deviceinfoset: P0,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
    deviceinstallparams: *mut SP_DEVINSTALL_PARAMS_W
) -> Result<()>
where P0: IntoParam<HDEVINFO>,