Function bson_append_null

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

Append a null value to a bson.

@param b the bson to append to. @param name the key for the null value.

@return BSON_OK or BSON_ERROR.