pub inline fn has_builtin(func: anytype) c_int
pub inline fn has_builtin(func: anytype) c_int { _ = func; return @intFromBool(true); }