Prevent the callback from executing.
Declared in <absl/cleanup/cleanup.h>
<absl/cleanup/cleanup.h>
void Cancel() &&;
Invoke on an rvalue, e.g. std::move(cleanup).Cancel().
std::move(cleanup).Cancel()