All builtins need to have a source so that macros can reference them but for some it is possible to directly call an equivalent Zig builtin which is preferrable.
pub const Builtin = struct
pub const Builtin = struct {
/// The name of the builtin in `c_builtins.zig`.
name: []const u8,
tag: ?ast.Node.Tag = null,
}