[][src]Function ejdb_sys::bson_destroy

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

Destroy a bson object. Clears bson object and frees internal memory buffers held by bson object BUT does not delete bson object itself @param b the bson object to destroy.