pub fn hash_anonymous_identifier(
    course_id: Uuid,
    hashing_key_for_the_day: Vec<u8>,
    user_agent: String,
    ip_address: String,
) -> Result<String>