pub unsafe fn DiRollbackDriver<P0, P1>(
    deviceinfoset: P0,
    deviceinfodata: *const SP_DEVINFO_DATA,
    hwndparent: P1,
    flags: DIROLLBACKDRIVER_FLAGS,
    needreboot: Option<*mut BOOL>
) -> Result<()>
where P0: IntoParam<HDEVINFO>, P1: IntoParam<HWND>,