[][src]Function ejdb_sys::bson_oid_to_string

pub unsafe extern "C" fn bson_oid_to_string(
    oid: *const bson_oid_t,
    str: *mut c_char
)

Create a string representation of the bson_oid_t.

@param oid the bson_oid_t source. @param str the string representation destination.