1MONGOC_CLIENT_ENCRYPTION_DESTROY(3)libmongocMONGOC_CLIENT_ENCRYPTION_DESTROY(3)
2
3
4
6 mongoc_client_encryption_destroy - mongoc_client_encryption_destroy()
7
9 void
10 mongoc_client_encryption_destroy (
11 mongoc_client_encryption_t *client_encryption);
12
13 Release all resources associated with client_encryption and free the
14 structure. Does nothing if client_encryption is NULL.
15
17 • client_encryption: A mongoc_client_encryption_t.
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.24.3 Aug 17, 202M3ONGOC_CLIENT_ENCRYPTION_DESTROY(3)