pub unsafe extern "C" fn grpc_slice_split_tail_maybe_ref(
    s: *mut grpc_slice,
    split: usize,
    ref_whom: grpc_slice_ref_whom
) -> grpc_slice
Expand description

The same as grpc_slice_split_tail, but with an option to skip altering refcounts (grpc_slice_split_tail_maybe_ref(…, true) is equivalent to grpc_slice_split_tail(…))