pub fn static_eval(
    expr: Expr,
    root_mod: &mut RootModule
) -> Result<ConstExpr, Error>