Function grpcio_sys::grpc_compression_algorithm_name[][src]

pub unsafe extern "C" fn grpc_compression_algorithm_name(
    algorithm: grpc_compression_algorithm,
    name: *mut *const c_char
) -> c_int
Expand description

Updates \a name with the encoding name corresponding to a valid \a algorithm. Note that \a name is statically allocated and must not be freed. Returns 1 upon success, 0 otherwise.