pub unsafe extern "C" fn grpc_slice_ref(s: grpc_slice) -> grpc_sliceExpand description
Increment the refcount of s. Requires slice is initialized. Returns s.
pub unsafe extern "C" fn grpc_slice_ref(s: grpc_slice) -> grpc_sliceIncrement the refcount of s. Requires slice is initialized. Returns s.