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