pub fn tuple_cons(
    args: &[SymbolicExpression],
    env: &mut Environment<'_, '_>,
    context: &LocalContext<'_>
) -> Result<Value>