__forceinline
Fixes https://github.com/dlang/dmd/issues/21267 `__forceinline` is the same as `__attribute__((always_inline))`, so `#define` it to be the same.