Function bson_append_start_object

Source
pub unsafe extern "C" fn bson_append_start_object(
    b: *mut bson,
    name: *const c_char,
) -> c_int
Expand description

Start appending a new object to a bson.

@param b the bson to append to. @param name the name of the new object.

@return BSON_OK or BSON_ERROR.