[][src]Function ejdb_sys::bson_init

pub unsafe extern "C" fn bson_init(b: *mut bson)

Initialize a new bson object. If not created with bson_new, you must initialize each new bson object using this function.

@note When finished, you must pass the bson object to bson_del( ).