[][src]Function ejdb_sys::bson_finish

pub unsafe extern "C" fn bson_finish(b: *mut bson) -> c_int

Finalize a bson object.

@param b the bson object to finalize.

@return the standard error code. To deallocate memory, call bson_del on the bson object.