GCC provides a large number of built-in functions that are made available in
GNU D by importing the gcc.builtins module. Declarations in this module
are automatically created by the compiler. All declarations start with
__builtin_. Refer to the built-in function documentation in the GCC
manual for a full list of functions that are available.