pub unsafe extern "C" fn gpr_unref(r: *mut gpr_refcount) -> c_int
Expand description

Decrement the reference count *r and return non-zero iff it has reached zero. . Requires *r initialized.