pub unsafe fn SetupDiRemoveDevice<P0>(
    deviceinfoset: P0,
    deviceinfodata: *mut SP_DEVINFO_DATA
) -> BOOL
where P0: IntoParam<HDEVINFO>,