ENGINE_CMD_FLAG_STRING

accepts string input (cast from 'void*' to 'const (char)* ', 4th parameter to ENGINE_ctrl)

extern (C) nothrow @nogc
enum uint ENGINE_CMD_FLAG_STRING;

Meta