ENGINE_CTRL_GET_NEXT_CMD_TYPE

The 'core.stdc.config.c_long' argument specifies a command implemented by the engine, and the return value is the next command supported, or zero if there are no more.

extern (C) nothrow @nogc
enum ENGINE_CTRL_GET_NEXT_CMD_TYPE = 12;

Meta