void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_OID_INIT(3)
Description
Generates a new bson_oid_t using either context or the default bson_context_t.
Parameters
• oid: A bson_oid_t.
• context: An optionalbson_context_t or NULL.
Synopsis
void
bson_oid_init (bson_oid_t *oid, bson_context_t *context);
