pub inline fn constant_p(expr: anytype) c_int
pub inline fn constant_p(expr: anytype) c_int { _ = expr; return @intFromBool(false); }