pub unsafe extern "C" fn grpc_slice_intern(
    slice: grpc_slice
) -> grpc_slice
Expand description

Intern a slice:

The return value for two invocations of this function with the same sequence of bytes is a slice which points to the same memory.