[][src]Function ejdb_sys::bson_append_symbol

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

Append a symbol to a bson.

@param b the bson to append to. @param name the key for the symbol. @param str the symbol to append.

@return BSON_OK or BSON_ERROR.