pub unsafe extern "C" fn cass_uuid_gen_from_time(
    uuid_gen: *mut CassUuidGen,
    timestamp: cass_uint64_t,
    output: *mut CassUuid
)
Expand description

Generates a V1 (time) UUID for the specified time.

Note:: This method is thread-safe

@public @memberof CassUuidGen

@param[in] uuid_gen @param[in] timestamp @param[out] output A V1 UUID for the specified time.