pub unsafe extern "C" fn cass_uuid_min_from_time(
    time: cass_uint64_t,
    output: *mut CassUuid
)
Expand description

Sets the UUID to the minimum V1 (time) value for the specified time.

@public @memberof CassUuid

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