Initialize druntime. If a C program wishes to call D code, and there's no D main(), then it must call rt_init() and rt_term().
See Implementation
Initialize druntime. If a C program wishes to call D code, and there's no D main(), then it must call rt_init() and rt_term().