pub unsafe extern "C" fn grpc_tls_identity_pairs_add_pair(
    pairs: *mut grpc_tls_identity_pairs,
    private_key: *const c_char,
    cert_chain: *const c_char
)
Expand description

EXPERIMENTAL API - Subject to change

Adds a identity private key and a identity certificate chain to grpc_tls_identity_pairs. This function will make an internal copy of |private_key| and |cert_chain|.