pub unsafe extern "C" fn aws_ref_count_init(
    ref_count: *mut aws_ref_count,
    object: *mut c_void,
    on_zero_fn: aws_simple_completion_callback
)
Expand description

Initializes a ref-counter structure. After initialization, the ref count will be 1.

@param ref_count ref-counter to initialize @param object object being ref counted @param on_zero_fn function to invoke when the ref count reaches zero