mongoc_init()
Synopsis
void mongoc_init (void);
Description
This function should be called at the beginning of every program using the MongoDB C driver. It is responsible for initializing global state such as process counters, SSL, and threading primatives.
When your process has completed, you should also call mongoc_cleanup.