pub unsafe extern "C" fn aws_ref_count_release(
ref_count: *mut aws_ref_count
) -> usize
Expand description
Decrements a ref-counter’s ref count. Invokes the on_zero callback if the ref count drops to zero @param ref_count ref-counter to decrement the count for @return the value of the decremented ref count