pub fn decrease(refcount: &ReferenceCount)Expand description
Atomically decrement the given reference count by 1. If it’s 0, call free.
pub fn decrease(refcount: &ReferenceCount)Atomically decrement the given reference count by 1. If it’s 0, call free.