Function bson_append_start_array

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

Start appending a new array to a bson.

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

@return BSON_OK or BSON_ERROR.