pub unsafe extern "C" fn grpc_tls_server_credentials_create(
    options: *mut grpc_tls_credentials_options
) -> *mut grpc_server_credentials
Expand description

EXPERIMENTAL API - Subject to change

Creates a TLS server credential object based on the grpc_tls_credentials_options specified by callers. The grpc_server_credentials will take the ownership of the |options|.