pub unsafe extern "C" fn grpc_compression_options_is_algorithm_enabled(
    opts: *const grpc_compression_options,
    algorithm: grpc_compression_algorithm
) -> c_int
Expand description

Returns true if \a algorithm is marked as enabled in \a opts.