Converts a D string (immutable(char[])) to a C string (char*).
The D string to be converted.
A C string (char array).
See Implementation
Converts a D string (immutable(char[])) to a C string (char*).