[][src]Function ejdb_sys::bson_append_long

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

Append an long to a bson.

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

@return BSON_OK or BSON_ERROR.