[][src]Function ejdb_sys::bson_append_null

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

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.