[][src]Function ejdb_sys::bson_oid_from_string

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

Create a bson_oid_t from a string.

@param oid the bson_oid_t destination. @param str a null terminated string comprised of at least 24 hex chars.