[][src]Function ejdb_sys::bson_append_int

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

Append an int to a bson.

@param b the bson to append to. @param name the key for the int. @param i the int to append.

@return BSON_OK or BSON_ERROR.