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