pub unsafe extern "C" fn gpr_ref_is_unique(
r: *mut gpr_refcount,
) -> c_int
Expand description
Return non-zero iff the reference count of *r is one, and thus is owned by exactly one object.
pub unsafe extern "C" fn gpr_ref_is_unique(
r: *mut gpr_refcount,
) -> c_int
Return non-zero iff the reference count of *r is one, and thus is owned by exactly one object.