pub unsafe extern "C" fn cass_uuid_gen_new_with_node(
    node: cass_uint64_t
) -> *mut CassUuidGen
Expand description

Creates a new UUID generator with custom node information.

Note: This object is thread-safe. It is best practice to create and reuse a single object per application.

@public @memberof CassUuidGen

@return Returns a UUID generator that must be freed.

@see cass_uuid_gen_free()