pub unsafe extern "C" fn aws_ref_count_acquire(
ref_count: *mut aws_ref_count
) -> *mut c_void
Expand description
Increments a ref-counter’s ref count
@param ref_count ref-counter to increment the count for @return the object being ref-counted
pub unsafe extern "C" fn aws_ref_count_acquire(
ref_count: *mut aws_ref_count
) -> *mut c_void
Increments a ref-counter’s ref count
@param ref_count ref-counter to increment the count for @return the object being ref-counted