[][src]Function ejdb_sys::bson_empty

pub unsafe extern "C" fn bson_empty(obj: *mut bson) -> *mut bson

Returns a pointer to a static empty BSON object.

@param obj the BSON object to initialize.

@return the empty initialized BSON object.