fn dec_raw(c: &mut u32) -> Option<Garbage<()>>
Decrement this refcount, but don’t care about any Refs
Ref
Returns [Some(Garbage(()))] if the count reached zero
Some(Garbage(()))